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.2313,-84.2073)};var g_2cb0878063730cef4a8b4188e4afb611 = new google.maps.Geocoder();g_2cb0878063730cef4a8b4188e4afb611.geocode( { 'address': "40 E Broad St, Camilla, GA 31730, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('camilla-GA-farm-credit').style.display = '';map = new google.maps.Map(document.getElementById('camilla-GA-farm-credit'), mapOptions);}document.getElementById('039baf6a').innerHTML += ' | View Map';var $l2cb0878063730cef4a8b4188e4afb611 = '

Farm Credit

Address: 40 E Broad St, Camilla, GA 31730, USA
Phone: (229) 336-5237
';var m_2cb0878063730cef4a8b4188e4afb611 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Farm Credit',});m_2cb0878063730cef4a8b4188e4afb611['infowindow'] = new google.maps.InfoWindow({content: $l2cb0878063730cef4a8b4188e4afb611});var infowindow = new google.maps.InfoWindow({content: $l2cb0878063730cef4a8b4188e4afb611});google.maps.event.addListener(m_2cb0878063730cef4a8b4188e4afb611, 'click', function() {infowindow.open(map,m_2cb0878063730cef4a8b4188e4afb611);});$marker.push(m_2cb0878063730cef4a8b4188e4afb611);}});}google.maps.event.addDomListener(window, 'load', initialize);