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.8999,-84.3284)};var g_a4c6d280658e5a24f2a42268b193af31 = new google.maps.Geocoder();g_a4c6d280658e5a24f2a42268b193af31.geocode( { 'address': "620 N Church St, Thomaston, GA 30286, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('thomaston-GA-agsouth').style.display = '';map = new google.maps.Map(document.getElementById('thomaston-GA-agsouth'), mapOptions);}document.getElementById('5a62750a').innerHTML += ' | View Map';var $la4c6d280658e5a24f2a42268b193af31 = '

Agsouth

Address: 620 N Church St, Thomaston, GA 30286, USA
Phone: (706) 647-8991
';var m_a4c6d280658e5a24f2a42268b193af31 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Agsouth',});m_a4c6d280658e5a24f2a42268b193af31['infowindow'] = new google.maps.InfoWindow({content: $la4c6d280658e5a24f2a42268b193af31});var infowindow = new google.maps.InfoWindow({content: $la4c6d280658e5a24f2a42268b193af31});google.maps.event.addListener(m_a4c6d280658e5a24f2a42268b193af31, 'click', function() {infowindow.open(map,m_a4c6d280658e5a24f2a42268b193af31);});$marker.push(m_a4c6d280658e5a24f2a42268b193af31);}});}google.maps.event.addDomListener(window, 'load', initialize);