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.2108,-93.3916)};var g_2b8041a10abd63097aaf92c151839ca7 = new google.maps.Geocoder();g_2b8041a10abd63097aaf92c151839ca7.geocode( { 'address': "4743 Main St, Anacoco, LA 71403"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('anacoco-LA-merchants-farmers-bank').style.display = '';map = new google.maps.Map(document.getElementById('anacoco-LA-merchants-farmers-bank'), mapOptions);}document.getElementById('1d387d16').innerHTML += ' | View Map';var $l2b8041a10abd63097aaf92c151839ca7 = '

Merchants & Farmers Bank

Address: 4743 Main St, Anacoco, LA 71403
Phone: (337) 239-1840
';var m_2b8041a10abd63097aaf92c151839ca7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Merchants & Farmers Bank',});m_2b8041a10abd63097aaf92c151839ca7['infowindow'] = new google.maps.InfoWindow({content: $l2b8041a10abd63097aaf92c151839ca7});var infowindow = new google.maps.InfoWindow({content: $l2b8041a10abd63097aaf92c151839ca7});google.maps.event.addListener(m_2b8041a10abd63097aaf92c151839ca7, 'click', function() {infowindow.open(map,m_2b8041a10abd63097aaf92c151839ca7);});$marker.push(m_2b8041a10abd63097aaf92c151839ca7);}});}google.maps.event.addDomListener(window, 'load', initialize);