var MapCenter  = new GLatLng(32.6902, -97.3239);

var ZoomLevel  = 14;

var Properties = {
    Items: [
        {
            name:         "201 E Bolt St",
            latLon:       new GLatLng(32.6889, -97.3256),
            imageUrl:     "/images_leasing/201.gif",
            brochureUrl:  "/brochures/201.pdf",
            surveyUrl:    "/brochures/201survey.pdf",
            requestUrl:   "mailto:fortworthleasing@boxerproperty.com?subject=Land%20Request%20-%20201%20E%20Bolt%20St",
            address1:     "201 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",
            surveyUrl:    "/brochures/308survey.pdf",
            requestUrl:   "mailto:fortworthleasing@boxerproperty.com?subject=Land%20Request%20-%20308%20W%20Kellis%20St",
            address1:     "308 W Kellis St",
            address2:     "Fort Worth, TX 76115",
            phone:        "817.922.8888"
        },
        {
            name:         "494 W Seminary Dr",
            latLon:       new GLatLng(32.6853, -97.3293),
            imageUrl:     "/images_leasing/494.gif",
            brochureUrl:  "/brochures/494.pdf",
            surveyUrl:    "/brochures/494survey.pdf",
            requestUrl:   "mailto:fortworthleasing@boxerproperty.com?subject=Land%20Request%20-%20494%20W%20Seminary%20Dr",
            address1:     "494 W Seminary Dr",
            address2:     "Fort Worth, TX 76115",
            phone:        "817.922.8888"
        },
        {
            name:         "801 E Malta Ave",
            latLon:       new GLatLng(32.6877, -97.3198),
            imageUrl:     "/images_leasing/801.gif",
            brochureUrl:  "/brochures/801.pdf",
            surveyUrl:    "/brochures/801survey.pdf",
            requestUrl:   "mailto:fortworthleasing@boxerproperty.com?subject=Land%20Request%20-%20801%20E%20Malta%20Ave",
            address1:     "801 E Malta Ave",
            address2:     "Fort Worth, TX 76115",
            phone:        "817.922.8888"
        },
        {
            name:         "3700 South Freeway",
            latLon:       new GLatLng(32.6952, -97.3213),
            imageUrl:     "/images_leasing/3700.gif",
            brochureUrl:  "/brochures/3700.pdf",
            surveyUrl:    "/brochures/3700survey.pdf",
            requestUrl:   "mailto:fortworthleasing@boxerproperty.com?subject=Land%20Request%20-%203700%20South%20Frwy",
            address1:     "3700 South Frwy",
            address2:     "Fort Worth, TX 76110",
            phone:        "817.922.8888"
        }
    ]
};



