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.8345,-85.2301)};var g_978f34620323a49beac44c046cb2117a = new google.maps.Geocoder();g_978f34620323a49beac44c046cb2117a.geocode( { 'address': "2838 S Phillips Rd, Lanett, AL 36863, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lanett-AL-farmers--merchants-bank').style.display = '';map = new google.maps.Map(document.getElementById('lanett-AL-farmers--merchants-bank'), mapOptions);}document.getElementById('b455de01').innerHTML += ' | View Map';var $l978f34620323a49beac44c046cb2117a = '

Farmers & Merchants Bank

Address: 2838 S Phillips Rd, Lanett, AL 36863, USA
Phone: (334) 576-1900
';var m_978f34620323a49beac44c046cb2117a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Farmers & Merchants Bank',});m_978f34620323a49beac44c046cb2117a['infowindow'] = new google.maps.InfoWindow({content: $l978f34620323a49beac44c046cb2117a});var infowindow = new google.maps.InfoWindow({content: $l978f34620323a49beac44c046cb2117a});google.maps.event.addListener(m_978f34620323a49beac44c046cb2117a, 'click', function() {infowindow.open(map,m_978f34620323a49beac44c046cb2117a);});$marker.push(m_978f34620323a49beac44c046cb2117a);}});}google.maps.event.addDomListener(window, 'load', initialize);