
var MapCenter  = new GLatLng(32.75609735628938, -97.327880859375);

var ZoomLevel  = 11;

var Properties = {
    Items: [
        {
            name:         "La Gran Plaza Mall",
            latLon:       new GLatLng(32.6868, -97.3253),
            imageUrl:     "/images_leasing/lgp.jpg",
            brochureUrl:  "/brochures/LGP.pdf",
            availableUrl: "/availUnitlist.asp?build=98",
            requestUrl:   "mailto:leasing@grupozocalo.com?subject=Space%20Request%20-%20La%20Gran%20Plaza%20Retail%20Space",
            address1:     "4200 S Freeway",
            address2:     "Fort Worth, TX 76115",
            phone:        "817.922.8888"
        },
        {
            name:         "North Main Mercado",
            latLon:       new GLatLng(32.780731, -97.348336),
            imageUrl:     "/images_leasing/1500.jpg",
            brochureUrl:  "/brochures/1500.pdf",
            availableUrl: "/availUnitlist.asp?build=112",
            requestUrl:   "mailto:leasing@grupozocalo.com?subject=Space%20Request%20-%201500%20N%20Main%20Mercado",
            address1:     "1500 N Main St",
            address2:     "Fort Worth, TX 76106",
            phone:        "817.922.8888"
        },
        {
            name:         "405 E Bolt St",
            latLon:       new GLatLng(32.6888, -97.3234),
            imageUrl:     "/images_leasing/405.jpg",
            brochureUrl:  "/brochures/405.pdf",
            availableUrl: "/availUnitlist.asp?build=142",
            requestUrl:   "mailto:leasing@grupozocalo.com?subject=Space%20Request%20-%20405%20E%20Bolt%20St",
            address1:     "405 E Bolt St",
            address2:     "Fort Worth, TX 76110",
            phone:        "817.922.8888"
        },
        {
            name:         "308 W Kellis St",
            latLon:       new GLatLng(32.6845, -97.3283),
            imageUrl:     "/images_leasing/308.gif",
            brochureUrl:  "/brochures/308.pdf",
            availableUrl: "/availUnitlist.asp?build=147",
            requestUrl:   "mailto:leasing@grupozocalo.com?subject=Space%20Request%20-%20308%20W%20Kellis%20St",
            address1:     "308 W Kellis St",
            address2:     "Fort Worth, TX 76115",
            phone:        "817.922.8888"
        }
    ]
};



