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.7872,-93.1282)};var g_56cfd1ff69a0c872443e1a3be3596bba = new google.maps.Geocoder();g_56cfd1ff69a0c872443e1a3be3596bba.geocode( { 'address': "701 Keyser Ave, Natchitoches, LA 71457-6044"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('natchitoches-LA-first-federal-bank-of-louisiana').style.display = '';map = new google.maps.Map(document.getElementById('natchitoches-LA-first-federal-bank-of-louisiana'), mapOptions);}document.getElementById('755671e8').innerHTML += ' | View Map';var $l56cfd1ff69a0c872443e1a3be3596bba = '

First Federal Bank Of Louisiana

Address: 701 Keyser Ave, Natchitoches, LA 71457-6044
Phone: (318) 352-5511
';var m_56cfd1ff69a0c872443e1a3be3596bba = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Federal Bank Of Louisiana',});m_56cfd1ff69a0c872443e1a3be3596bba['infowindow'] = new google.maps.InfoWindow({content: $l56cfd1ff69a0c872443e1a3be3596bba});var infowindow = new google.maps.InfoWindow({content: $l56cfd1ff69a0c872443e1a3be3596bba});google.maps.event.addListener(m_56cfd1ff69a0c872443e1a3be3596bba, 'click', function() {infowindow.open(map,m_56cfd1ff69a0c872443e1a3be3596bba);});$marker.push(m_56cfd1ff69a0c872443e1a3be3596bba);}});}google.maps.event.addDomListener(window, 'load', initialize);