
var MapCenter  = new GLatLng(41.4841, -81.6785);

var ZoomLevel  = 12;

var Properties = {
    Items: [
        {
            name:         "Plaza Nine",
            latLon:       new GLatLng(41.5052, -81.6904),
            imageUrl:     "/images_leasing/cleve1.gif",
            brochureUrl:  "/brochures/55.pdf",
            availableUrl: "/availUnitlist.asp?build=85",
            requestUrl:   "mailto:clevelandleasing@boxerproperty.com?subject=Space%20Request%20-%2055%20Erieview%20Plaza",
            address1:     "55 Erieview Plaza",
            address2:     "Cleveland, OH 44114",
            phone:        "216.472.RENT"
        },
        {
            name:         "The Ferrum 77 Office Building",
            latLon:       new GLatLng(41.4744, -81.6611),
            imageUrl:     "/images_leasing/cleve2.gif",
            brochureUrl:  "/brochures/3100.pdf",
            availableUrl: "/availUnitlist.asp?build=86",
            requestUrl:   "mailto:clevelandleasing@boxerproperty.com?subject=Space%20Request%20-%203100%20E%2045th%20St",
            address1:     "3100 E 45th St",
            address2:     "Cleveland, OH 44127",
            phone:        "216.472.RENT"
        }
    ]
};



