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.8292,-85.7636)};var g_a80413147e4969dcd04893f1acc0f0b2 = new google.maps.Geocoder();g_a80413147e4969dcd04893f1acc0f0b2.geocode( { 'address': "216 S Broadnax St, Dadeville, AL 36853, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dadeville-AL-farmers--merchants-bank').style.display = '';map = new google.maps.Map(document.getElementById('dadeville-AL-farmers--merchants-bank'), mapOptions);}document.getElementById('0f4e72d5').innerHTML += ' | View Map';var $la80413147e4969dcd04893f1acc0f0b2 = '

Farmers & Merchants Bank

Address: 216 S Broadnax St, Dadeville, AL 36853, USA
Phone: (256) 825-9943
';var m_a80413147e4969dcd04893f1acc0f0b2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Farmers & Merchants Bank',});m_a80413147e4969dcd04893f1acc0f0b2['infowindow'] = new google.maps.InfoWindow({content: $la80413147e4969dcd04893f1acc0f0b2});var infowindow = new google.maps.InfoWindow({content: $la80413147e4969dcd04893f1acc0f0b2});google.maps.event.addListener(m_a80413147e4969dcd04893f1acc0f0b2, 'click', function() {infowindow.open(map,m_a80413147e4969dcd04893f1acc0f0b2);});$marker.push(m_a80413147e4969dcd04893f1acc0f0b2);}});}google.maps.event.addDomListener(window, 'load', initialize);