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(31.776,-82.3379)};var g_2fe2186da00dfaa4bb4829cd7655ea0d = new google.maps.Geocoder();g_2fe2186da00dfaa4bb4829cd7655ea0d.geocode( { 'address': "64 Heritage St, Baxley, GA 31513, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('baxley-GA-ag-south-farm-credit-aca').style.display = '';map = new google.maps.Map(document.getElementById('baxley-GA-ag-south-farm-credit-aca'), mapOptions);}document.getElementById('c207926f').innerHTML += ' | View Map';var $l2fe2186da00dfaa4bb4829cd7655ea0d = '

AG South Farm Credit ACA

Address: 64 Heritage St, Baxley, GA 31513, USA
Phone: (912) 367-7006
';var m_2fe2186da00dfaa4bb4829cd7655ea0d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'AG South Farm Credit ACA',});m_2fe2186da00dfaa4bb4829cd7655ea0d['infowindow'] = new google.maps.InfoWindow({content: $l2fe2186da00dfaa4bb4829cd7655ea0d});var infowindow = new google.maps.InfoWindow({content: $l2fe2186da00dfaa4bb4829cd7655ea0d});google.maps.event.addListener(m_2fe2186da00dfaa4bb4829cd7655ea0d, 'click', function() {infowindow.open(map,m_2fe2186da00dfaa4bb4829cd7655ea0d);});$marker.push(m_2fe2186da00dfaa4bb4829cd7655ea0d);}});}google.maps.event.addDomListener(window, 'load', initialize);