 |
 |
|
| 1 BEDROOM COOP |
| Coop Property In Soundview, Bronx, NY 10473 |
|
 |
 |
 |
 |
 |
| JeanPaul Ho |
| Office |
718-922-2200 |
 |
 |
|
|
 |
 |
|
| |
|
Lafayette Estate Bronx largest Mitch-Lama conversion! Gated community with 4 towers (19 floors) on a 15.751 acres of land! Millions of dollars in infrastructure & capital improvement! 1, 2 & 3 bedrooms Co ops! Huge master bedroom with loads of closet spaces over looking with panoramic & breath taking view of NYC skyline, Bronx & Queens! All units comes totally newly GUT renovated with ultra modern & European influence kitchen! Bamboo flooring! Modern bath & more! 24 hour doorman, private security, State of the art 24 hour surveillance, balcony, laundry room, playground, community room & more! Maintenance includes Heat, electric, cooking gas, taxes, insurance & more! Community in the ascent with over millions of dollars in renovation @ Soundview park! Minutes to NYC, Bronx Zoo , shopping & More! Buy with only 3% down! Many Sonyma, NHS, Gap loan and many other grants available to qualify buyers! We are open 7 days a week - no appointment necessary located at 825 Morrison Avenue (Bet: Story Avenue & Lafayette). "These special introductory prices are only for the first ten qualified buyers". Prices are subject to change without notice. Act Now!
|
|
 |
 |
 |
 |
| Bedrooms |
1 |
| Bathrooms |
1 |
| Total Rooms |
4 |
| X-Street |
Story & Lafayette Aves |
| Property Name |
Lafayette Estates 1 bedroom coop |
| Developments |
Yes |
| Style |
Other |
| Construction |
Detached |
| Exterior |
Brick |
| Sq Feet |
733 |
| Maintenance |
$543.85 |
| Heat |
Gas |
| Heat Delivery |
Steam |
| Hot Water |
Gas |
|
 |
 |
|
 |
 |
| Laundry room, community room and more. |
|
 |
 |
|
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'));
}
|
|
|