var MapCenter  = new GLatLng(32.87612718124057, -96.83761596679687);

var ZoomLevel  = 10;

var Properties = {
    Items: [
        {
            name:         "5015 W Royal Ln",
            latLon:       new GLatLng(32.9225, -97.0169),
            imageUrl:     "/images_leasing/5015.gif",
            brochureUrl:  "/brochures/5015.pdf",
            surveyUrl:    "/brochures/5015Survey.pdf",
            requestUrl:   "mailto:dallasleasing@boxerproperty.com?subject=Land%20Request%20-%205015%20W%20Royal%20Ln",
            address1:     "5015 W Royal Ln",
            address2:     "Irving, TX 75063",
            phone:        "214.651.RENT"
        },
        {
            name:         "11900 Marsh",
            latLon:       new GLatLng(32.9116, -96.8553),
            imageUrl:     "/images_leasing/11900.gif",
            brochureUrl:  "/brochures/11900.pdf",
            surveyUrl:    "/brochures/11900Survey.jpg",
            requestUrl:   "mailto:dallasleasing@boxerproperty.com?subject=Land%20Request%20-%2011900%20Marsh",
            address1:     "11900 Marsh Ln",
            address2:     "Dallas, TX 75244",
            phone:        "214.651.RENT"
        },
        {
            name:         "La Fayette & Peak",
            latLon:       new GLatLng(32.8041, -96.7847),
            imageUrl:     "/images_leasing/LafayettePeak.gif",
            brochureUrl:  "/brochures/LafayettePeak.pdf",
            surveyUrl:    "/brochures/LafayettePeakSurvey.pdf",
            requestUrl:   "mailto:dallasleasing@boxerproperty.com?subject=Land%20Request%20-%20La%20Fayette%20&amp;%20Peak",
            address1:     "N Peak St & Lafayette St",
            address2:     "Dallas, TX 75204",
            phone:        "214.651.RENT"
        }
    ]
};



