
var MapCenter  = new GLatLng(39.1010, -94.5844);

var ZoomLevel  = 14;

var Properties = {
    Items: [
        {
            name:         "Mark Twain Tower",
            latLon:       new GLatLng(39.1010, -94.5844),
            imageUrl:     "/images_leasing/106.gif",
            brochureUrl:  "/brochures/106.pdf",
            availableUrl: "/availUnitlist.asp?build=149",
            requestUrl:   "mailto:kansascityleasing@boxerproperty.com?subject=Space%20Request%20-%20106%20West%2011th%20St",
            address1:     "106 W 11th St",
            address2:     "Kansas City, MO 64105",
            phone:        "816.842.RENT"
        }
    ]
};



