
var MapCenter  = new GLatLng(41.766382462047716, -72.67387390136719);

var ZoomLevel  = 14;

var Properties = {
    Items: [
        {
            name:         "Hartford Square West",
            latLon:       new GLatLng(41.75899592854347, -72.67314434051513),
            imageUrl:     "/images_leasing/hartford1.gif",
            brochureUrl:  "/brochures/75.pdf",
            availableUrl: "/availUnitlist.asp?build=72",
            requestUrl:   "mailto:hartfordleasing@boxerproperty.com?subject=Space%20Request%20-%2075%20Charter%20Oak%20Ave.",
            address1:     "75 Charter Oak Ave.",
            address2:     "Hartford, CT 06106",
            phone:        "800.466.RENT"
        },
        {
            name:         "Hartford Trust Building",
            latLon:       new GLatLng(41.76527013489704, -72.67316579818725),
            imageUrl:     "/images_leasing/hartford2.gif",
            brochureUrl:  "/brochures/750.pdf",
            availableUrl: "/availUnitlist.asp?build=69",
            requestUrl:   "mailto:hartfordleasing@boxerproperty.com?subject=Space%20Request%20-%20750%20Main",
            address1:     "750 Main St",
            address2:     "Hartford, CT 06103",
            phone:        "860.466.RENT"
        }
    ]
};



