
var MapCenter  = new GLatLng(32.7673, -97.1981);

var ZoomLevel  = 10;

var Properties = {
    Items: [
        {
            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:         "North Main Mercado",
            latLon:       new GLatLng(32.7807, -97.3483),
            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:         "Metroport",
            latLon:       new GLatLng(32.839879, -97.020488),
            imageUrl:     "/images_leasing/2300.jpg",
            brochureUrl:  "/brochures/2300.pdf",
            availableUrl: "/availUnitlist.asp?build=113",
            requestUrl:   "mailto:fortworthleasing@boxerproperty.com?subject=Space%20Request%20-%202300%20Valley%20View",
            address1:     "2300 Valley View Ln",
            address2:     "Irving, TX 75062",
            phone:        "214.651.RENT"
        },
        {
            name:         "La Gran Plaza Office Tower",
            latLon:       new GLatLng(32.6868, -97.3253),
            imageUrl:     "/images_leasing/4200.gif",
            brochureUrl:  "/brochures/4200.pdf",
            availableUrl: "/availUnitlist.asp?build=105",
            requestUrl:   "mailto:fortworthleasing@boxerproperty.com?subject=Space%20Request%20-%204200%20Office%20Tower",
            address1:     "4200 S Freeway",
            address2:     "Fort Worth, TX 76115",
            phone:        "817.922.8888"
        }
    ]
};



