
var MapCenter  = new GLatLng(40.70762867824288, -73.626229763031);

var ZoomLevel  = 14;

var Properties = {
    Items: [
        {
            name:         "The Executive Building",
            latLon:       new GLatLng(40.70762867824288, -73.626229763031),
            imageUrl:     "/images_leasing/long1.gif",
            brochureUrl:  "/brochures/250.pdf",
            availableUrl: "/availUnitlist.asp?build=68",
            requestUrl:   "mailto:longislandleasing@boxerproperty.com?subject=Space%20Request%20-%20250%20Fulton",
            address1:     "250 Fulton Ave.",
            address2:     "Hempstead, NY 11550",
            phone:        "516.505.RENT"
        }
    ]
};



