 |
 |
|
| 2 BEDROOM CONDO |
| Condo Property In Kensington, Brooklyn, NY 11218 |
|
 |
 |
 |
 |
 |
| Seth Appelbaum |
| Office |
718-259-1600 |
| Cell |
917-864-3797 |
 |
 |
|
|
 |
 |
|
| |
|
IN CONTRACT --- Condo Development! Have it all in Kensington, one of Brooklyn's best-kept secret! Kensington is fast becoming one of the Most desirable destinations for those seeking that unique, no compromise living experience for less. Conveniently located only a short trip from Manhattan via the X29 Express Bus on Ocean Parkway at Church Avenue, reaching Wall Street in under 15 minutes and Midtown in a half hour. Just minutes from Prospect Park with its 500 lush acres and from all the conveniences you've come to expect from a thriving community. The 14 condominiums in this brand, new, eight-story, elevator building offer generous, sun-drenched one and two bedroom layouts, most with private outdoor spaces, complemented by natural oak floors, crown moldings, granite counter-tops, stainless steel appliances, full ceramic tile bathrooms, central A/C and heating and additional basement storage. 75 S/F balcony with great views, roof deck, wheel chair access. Come and see what you're missing in Kensington. Water and sewer included in maintenance. Filed for 421A tax abatement.
|
|
 |
 |
 |
 |
| Status |
In Contract |
| Bedrooms |
2 |
| Bathrooms |
2 |
| Total Rooms |
4 |
| # Units |
14 |
| X-Street |
Beverly Rd & Church Ave |
| Property Name |
Kensington condo |
| Developments |
Yes |
| Construction |
Detached |
| Exterior |
Brick |
| Basement |
None |
| Lot Size |
40 x 140 |
| Building Size |
39 x 75 |
| Electric |
Circuit Breakers |
| Sq Feet |
1,070 |
| Maintenance |
$403.80 |
| Heat |
Gas |
| Heat Delivery |
Hot Air |
| Hot Water |
Gas |
| Parking |
None |
| RE Tax |
$28 |
|
 |
 |
|
 |
 |
| Common back and front yard |
|
 |
 |
 |
 |
| Dishwasher, microwave, stove, refrigerator, laundry area, patio, central air. |
|
 |
 |
 |
 |
| Unit has 4 total rooms, 2 bedrooms and 2 baths. |
|
 |
 |
|
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'));
}
|
|
|