
var MapCenter  = new GLatLng(35.0991, -80.9340);

var ZoomLevel  = 14;

var Properties = {
    Items: [
        {
            name:         "Plaza Fiesta Carolinas",
            latLon:       new GLatLng(35.0991, -80.9340),
            imageUrl:     "/images_leasing/3700ac.gif",
            brochureUrl:  "/brochures/3700ac.pdf",
            availableUrl: "/availUnitlist.asp?build=167",
            requestUrl:   "mailto:leasing@boxerproperty.com?subject=Space%20Request%20-%20Plaza%20Fiesta%20Carolinas",
            address1:     "3700 Avenue of the Carolinas",
            address2:     "Fort Mill, SC  29708",
            phone:        "803.548.5888"
        }
    ]
};



