
var MapCenter  = new GLatLng(39.1371, -94.6130);

var ZoomLevel  = 14;

var Properties = {
    Items: [
        {
            name:         "2095-2383 Front Street",
            latLon:       new GLatLng(39.1371, -94.6130),
            imageUrl:     "/images_leasing/2095.gif",
            brochureUrl:  "/brochures/2095.pdf",
            availableUrl: "/availUnitlist.asp?build=175",
            requestUrl:   "mailto:kansascityleasing@boxerproperty.com?subject=Space%20Request%20-%20106%202095%20Front%20St",
            address1:     "2095-2383 Front St.",
            address2:     "Kansas City, MO 64120",
            phone:        "816.842.RENT"
        }
    ]
};



