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.543,-82.9097)};var g_bfcead7d690b64af3d16a90476e2387b = new google.maps.Geocoder();g_bfcead7d690b64af3d16a90476e2387b.geocode( { 'address': "1620 Veterans Blvd, Dublin, GA 31021"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dublin-GA-farmers-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('dublin-GA-farmers-state-bank'), mapOptions);}document.getElementById('ba45ac3a').innerHTML += ' | View Map';var $lbfcead7d690b64af3d16a90476e2387b = '

Farmers State Bank

Address: 1620 Veterans Blvd, Dublin, GA 31021
Phone: (478) 275-3223
';var m_bfcead7d690b64af3d16a90476e2387b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Farmers State Bank',});m_bfcead7d690b64af3d16a90476e2387b['infowindow'] = new google.maps.InfoWindow({content: $lbfcead7d690b64af3d16a90476e2387b});var infowindow = new google.maps.InfoWindow({content: $lbfcead7d690b64af3d16a90476e2387b});google.maps.event.addListener(m_bfcead7d690b64af3d16a90476e2387b, 'click', function() {infowindow.open(map,m_bfcead7d690b64af3d16a90476e2387b);});$marker.push(m_bfcead7d690b64af3d16a90476e2387b);}});}google.maps.event.addDomListener(window, 'load', initialize);