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.9172,-93.282)};var g_72e0c3840cba5439a1fc242c00f275ff = new google.maps.Geocoder();g_72e0c3840cba5439a1fc242c00f275ff.geocode( { 'address': "18625 Johnnie B Hall Memorial Hwy, Rosepine, LA 70659, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('rosepine-LA-merchants--farmers-bank').style.display = '';map = new google.maps.Map(document.getElementById('rosepine-LA-merchants--farmers-bank'), mapOptions);}document.getElementById('c1dacc4d').innerHTML += ' | View Map';var $l72e0c3840cba5439a1fc242c00f275ff = '

Merchants & Farmers Bank

Address: 18625 Johnnie B Hall Memorial Hwy, Rosepine, LA 70659, USA
Phone: (337) 462-8400
';var m_72e0c3840cba5439a1fc242c00f275ff = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Merchants & Farmers Bank',});m_72e0c3840cba5439a1fc242c00f275ff['infowindow'] = new google.maps.InfoWindow({content: $l72e0c3840cba5439a1fc242c00f275ff});var infowindow = new google.maps.InfoWindow({content: $l72e0c3840cba5439a1fc242c00f275ff});google.maps.event.addListener(m_72e0c3840cba5439a1fc242c00f275ff, 'click', function() {infowindow.open(map,m_72e0c3840cba5439a1fc242c00f275ff);});$marker.push(m_72e0c3840cba5439a1fc242c00f275ff);}});}google.maps.event.addDomListener(window, 'load', initialize);