
var MapCenter  = new GLatLng(30.3251, -97.7017);

var ZoomLevel  = 14;

var Properties = {
    Items: [
        {
            name:         "Lacosta Green",
            latLon:       new GLatLng(30.3251, -97.7017),
            imageUrl:     "/images_leasing/1033.gif",
            brochureUrl:  "/brochures/1033.pdf",
            availableUrl: "/availUnitlist.asp?build=122",
            requestUrl:   "mailto:austinleasing@boxerproperty.com?subject=Space%20Request%20-%20Lacosta%20Green",
            address1:     "1033 Posada Dr",
            address2:     "Austin, TX 78752-3482",
            phone:        "512.467.RENT"
        }
    ]
};



