 |
 |
|
| WEST MIDWOOD - DITMAS PARK VICTORIAN |
| Single Family Home In Ditmas Park, Brooklyn, NY 11230 |
|
 |
 |
 |
 |
 |
| Howard Witz |
| Office |
718-368-3200 x1143 |
| Cell |
917-846-5300 |
 |
 |
|
|
 |
 |
|
| |
|
** UNDER CONTRACT **
Step back in time in this detached Victorian home in desireable West Midwood/Ditmas Park on a picturesque 40x100 lot. This home has been owned by the same family for over 45 years, and has been taken care of very well... The home boasts very nice wood details throughout including 3 different parquet floor patterns and stained glass windows in the spacious entrance foyer. Enjoy meals in the large country styled kitchen with dark wood butlers pantry. There are 6 full bedrooms and 3 bathrooms. The boiler is 5 years old, and the electric system has been fully upgraded w/sub-panels on 1st and 2nd floors. The large wrap-around front porch has been reinforced with pressure-treated beams. Yes, there are a few more upgrades needed, but we're willing to listen... Considering today's LOW interest rates, it pays to make a deal today!
Let us help you sleep well at night... we are also including a free one year home warranty for your piece of mind. Call HOWARD WITZ today at 917-846-5300 for an appointment.
|
|
 |
 |
 |
 |
| Status |
In Contract |
| Bedrooms |
6 |
| Bathrooms |
3 |
| Total Rooms |
13 |
| # Units |
1 |
| # Floors |
3 |
| X-Street |
Glenwood Rd & Ave H |
| Property Name |
West Midwood - Ditmas Park 1 Family |
| Style |
Victorian |
| Construction |
Detached |
| Exterior |
Shingles |
| Roof |
Shingle |
| Basement |
Unfinished |
| Lot Size |
40 x 100 |
| Electric |
Circuit Breakers |
| Sq Feet |
1,842 |
| Heat |
Gas |
| Heat Delivery |
Hot Water |
| Hot Water |
Gas |
| Parking |
Shared Drive |
| RE Tax |
$4,384 |
| Fuel Cost |
$3,500 |
| Insurance |
$1,000 |
|
 |
 |
|
 |
 |
| 1st flr has 5 total rooms and 1 bath: 2nd and 3rd flrs have 4 total rooms, 3 bedrooms and 1 bath each. |
|
 |
 |
|
var panorama;
function getCoordsbyAddress()
{
// alert('start');
if (GBrowserIsCompatible()) {
var geocoder = new GClientGeocoder();
geocoder.getLatLng(addr,
function(point){
if (!point) {
// Address is not found, throw an error
// alert('Address not found');
handlePanoError();
} else {
// alert('lat: '+point.y);
// alert('lng: '+point.x);
geopoints[0][1]=point.x;
geopoints[0][0]=point.y;
// alert(geopoints[0][0] + ' , ' + geopoints[0][1]);
// var myHouse = new GLatLng(geopoints[0][0],geopoints[0][1]);
var client = new GStreetviewClient();
client.getNearestPanorama(point,NearestPan);
}
});
}
}
function handlePanoError()
{
togglestate('mapBTN','none');
togglestate('mapBTNNone','block');
loadMap(document.getElementById('pano'));
}
function NearestPan(panoData) {
if (panoData != null&&panoData.code=='200') {
togglestate('mapBTN','block');
panorama = new GStreetviewPanorama(document.getElementById("pano"));
var center_lat_long=new GLatLng(geopoints[0][0],geopoints[0][1]);
// alert(center_lat_long);
if(typeof(panoData.Location.lat)!='undefined')latv=panoData.Location.lat;
if(typeof(panoData.Location.lng)!='undefined')lngv=panoData.Location.lng;
var current_POV=new GLatLng(latv,lngv);
// alert(current_POV);
// alert(center_lat_long+'---'+current_POV);
var B = computeAngle(center_lat_long, panoData.location.latlng);
my_POV={yaw: B,pitch: -10};
panorama.setLocationAndPOV(panoData.location.latlng, {yaw: B});
GEvent.addListener(panorama, "error", handlePanoError);
}
else handlePanoError();
}
function computeAngle(endLatLng, startLatLng) {
var DEGREE_PER_RADIAN = 57.2957795;
var RADIAN_PER_DEGREE = 0.017453;
// alert(startLatLng.lng());
var dlat = endLatLng.lat() - startLatLng.lat();
var dlng = endLatLng.lng() - startLatLng.lng();
// We multiply dlng with cos(endLat), since the two points are very closeby,
// so we assume their cos values are approximately equal.
var yaw = Math.atan2(dlng * Math.cos(endLatLng.lat() * RADIAN_PER_DEGREE), dlat)
* DEGREE_PER_RADIAN;
return wrapAngle(yaw);
}
function wrapAngle(angle) {
if (angle >= 360) {
angle -= 360;
} else if (angle < 0) {
angle += 360;
}
return angle;
};
function loadPano() {
document.getElementById("G_STREET").className = "google_street_on";
document.getElementById("G_MAP").className = "google_map_off";
initPano();
}
function initPano() {
if(Hide_Street=='1')HideStreet();
else
{
document.getElementById("G_STREET").className = "google_street_on";
document.getElementById("G_MAP").className = "google_map_off";
if(geopoints[0][0]=='0' && geopoints[0][1]=='0' && addr!='')getCoordsbyAddress();
else
{
var myHouse = new GLatLng(geopoints[0][0],geopoints[0][1]);
var client = new GStreetviewClient();
client.getNearestPanorama(myHouse,NearestPan);
}
}
}
function HideStreet() {
loadMap(document.getElementById('pano'));
}
|
|
|