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(30.361,-91.9258)};var g_91df814c65a828c59c6217aebd6a27c2 = new google.maps.Geocoder();g_91df814c65a828c59c6217aebd6a27c2.geocode( { 'address': "1012 Sloan St, Arnaudville, LA 70512"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('arnaudville-LA-farmers-merchants-bank-trust').style.display = '';map = new google.maps.Map(document.getElementById('arnaudville-LA-farmers-merchants-bank-trust'), mapOptions);}document.getElementById('fa1fd2ce').innerHTML += ' | View Map';var $l91df814c65a828c59c6217aebd6a27c2 = '

Farmers Merchants Bank & Trust

Address: 1012 Sloan St, Arnaudville, LA 70512
Phone: (337) 754-5133
';var m_91df814c65a828c59c6217aebd6a27c2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Farmers Merchants Bank & Trust',});m_91df814c65a828c59c6217aebd6a27c2['infowindow'] = new google.maps.InfoWindow({content: $l91df814c65a828c59c6217aebd6a27c2});var infowindow = new google.maps.InfoWindow({content: $l91df814c65a828c59c6217aebd6a27c2});google.maps.event.addListener(m_91df814c65a828c59c6217aebd6a27c2, 'click', function() {infowindow.open(map,m_91df814c65a828c59c6217aebd6a27c2);});$marker.push(m_91df814c65a828c59c6217aebd6a27c2);}});}google.maps.event.addDomListener(window, 'load', initialize);