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(33.5676,-83.4773)};var g_61591b25a793105f664fed0bccdbfd9e = new google.maps.Geocoder();g_61591b25a793105f664fed0bccdbfd9e.geocode( { 'address': "1648 Eatonton Rd Suite A, Madison, GA 30650, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('madison-GA-title-first').style.display = '';map = new google.maps.Map(document.getElementById('madison-GA-title-first'), mapOptions);}document.getElementById('eab62d2a').innerHTML += ' | View Map';var $l61591b25a793105f664fed0bccdbfd9e = '

Title First

Address: 1648 Eatonton Rd Suite A, Madison, GA 30650, USA
Phone: (706) 343-1999
';var m_61591b25a793105f664fed0bccdbfd9e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Title First',});m_61591b25a793105f664fed0bccdbfd9e['infowindow'] = new google.maps.InfoWindow({content: $l61591b25a793105f664fed0bccdbfd9e});var infowindow = new google.maps.InfoWindow({content: $l61591b25a793105f664fed0bccdbfd9e});google.maps.event.addListener(m_61591b25a793105f664fed0bccdbfd9e, 'click', function() {infowindow.open(map,m_61591b25a793105f664fed0bccdbfd9e);});$marker.push(m_61591b25a793105f664fed0bccdbfd9e);}});}google.maps.event.addDomListener(window, 'load', initialize);