var map;var $marker = [];function $setCursor($lat, $lng, $index){$marker[$index - 1]['infowindow'].open(map, $marker[$index - 1]);var $lat_lng = new google.maps.LatLng($lat, $lng);map.setCenter($lat_lng);map.setZoom(20);}function initialize(){var $i = 0;var mapOptions = {zoom: 10,center: new google.maps.LatLng(32.929,-83.7295)};var g_4b49e5daafe9e14ad376f528c42840d2 = new google.maps.Geocoder();g_4b49e5daafe9e14ad376f528c42840d2.geocode( { 'address': "1611 Bass Rd, Macon, GA 31210, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('macon-GA-mid-south-community').style.display = '';map = new google.maps.Map(document.getElementById('macon-GA-mid-south-community'), mapOptions);}document.getElementById('9537aa28').innerHTML += ' | View Map';var $l4b49e5daafe9e14ad376f528c42840d2 = '

Mid South Community

Address: 1611 Bass Rd, Macon, GA 31210, USA
Phone: (478) 335-9090
';var m_4b49e5daafe9e14ad376f528c42840d2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Mid South Community',});m_4b49e5daafe9e14ad376f528c42840d2['infowindow'] = new google.maps.InfoWindow({content: $l4b49e5daafe9e14ad376f528c42840d2});var infowindow = new google.maps.InfoWindow({content: $l4b49e5daafe9e14ad376f528c42840d2});google.maps.event.addListener(m_4b49e5daafe9e14ad376f528c42840d2, 'click', function() {infowindow.open(map,m_4b49e5daafe9e14ad376f528c42840d2);});$marker.push(m_4b49e5daafe9e14ad376f528c42840d2);}});}google.maps.event.addDomListener(window, 'load', initialize);