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(30.8657,-83.9065)};var g_a710f7eba911a5b2e3c1a8a7a50e7053 = new google.maps.Geocoder();g_a710f7eba911a5b2e3c1a8a7a50e7053.geocode( { 'address': "1313 E Jackson St, Thomasville, GA 31792"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('thomasville-GA-farmers-merchants-bank').style.display = '';map = new google.maps.Map(document.getElementById('thomasville-GA-farmers-merchants-bank'), mapOptions);}document.getElementById('1202c61b').innerHTML += ' | View Map';var $la710f7eba911a5b2e3c1a8a7a50e7053 = '

Farmers & Merchants Bank

Address: 1313 E Jackson St, Thomasville, GA 31792
Phone: (229) 228-5900
';var m_a710f7eba911a5b2e3c1a8a7a50e7053 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Farmers & Merchants Bank',});m_a710f7eba911a5b2e3c1a8a7a50e7053['infowindow'] = new google.maps.InfoWindow({content: $la710f7eba911a5b2e3c1a8a7a50e7053});var infowindow = new google.maps.InfoWindow({content: $la710f7eba911a5b2e3c1a8a7a50e7053});google.maps.event.addListener(m_a710f7eba911a5b2e3c1a8a7a50e7053, 'click', function() {infowindow.open(map,m_a710f7eba911a5b2e3c1a8a7a50e7053);});$marker.push(m_a710f7eba911a5b2e3c1a8a7a50e7053);}});}google.maps.event.addDomListener(window, 'load', initialize);