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.8835,-85.451)};var g_9680c4b2639ed223c2793005f0048418 = new google.maps.Geocoder();g_9680c4b2639ed223c2793005f0048418.geocode( { 'address': "21 Eufaula Ave, Clayton, AL 36016"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('clayton-AL-farmers-exchange-bank').style.display = '';map = new google.maps.Map(document.getElementById('clayton-AL-farmers-exchange-bank'), mapOptions);}document.getElementById('aa518961').innerHTML += ' | View Map';var $l9680c4b2639ed223c2793005f0048418 = '

Farmers Exchange Bank

Address: 21 Eufaula Ave, Clayton, AL 36016
Phone: (334) 775-9531
';var m_9680c4b2639ed223c2793005f0048418 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Farmers Exchange Bank',});m_9680c4b2639ed223c2793005f0048418['infowindow'] = new google.maps.InfoWindow({content: $l9680c4b2639ed223c2793005f0048418});var infowindow = new google.maps.InfoWindow({content: $l9680c4b2639ed223c2793005f0048418});google.maps.event.addListener(m_9680c4b2639ed223c2793005f0048418, 'click', function() {infowindow.open(map,m_9680c4b2639ed223c2793005f0048418);});$marker.push(m_9680c4b2639ed223c2793005f0048418);}});}google.maps.event.addDomListener(window, 'load', initialize);