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(34.8192,-87.6588)};var g_b6339541958d9ab4daf28fdd7f5784ed = new google.maps.Geocoder();g_b6339541958d9ab4daf28fdd7f5784ed.geocode( { 'address': "2087 Florence Blvd, Florence, AL 35630"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('florence-AL-first-farmers-merchants-bank').style.display = '';map = new google.maps.Map(document.getElementById('florence-AL-first-farmers-merchants-bank'), mapOptions);}document.getElementById('3821d4b6').innerHTML += ' | View Map';var $lb6339541958d9ab4daf28fdd7f5784ed = '

First Farmers & Merchants Bank

Address: 2087 Florence Blvd, Florence, AL 35630
Phone: (256) 766-4388
';var m_b6339541958d9ab4daf28fdd7f5784ed = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Farmers & Merchants Bank',});m_b6339541958d9ab4daf28fdd7f5784ed['infowindow'] = new google.maps.InfoWindow({content: $lb6339541958d9ab4daf28fdd7f5784ed});var infowindow = new google.maps.InfoWindow({content: $lb6339541958d9ab4daf28fdd7f5784ed});google.maps.event.addListener(m_b6339541958d9ab4daf28fdd7f5784ed, 'click', function() {infowindow.open(map,m_b6339541958d9ab4daf28fdd7f5784ed);});$marker.push(m_b6339541958d9ab4daf28fdd7f5784ed);}});}google.maps.event.addDomListener(window, 'load', initialize);