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.8478,-93.2863)};var g_6200aecd3b981968dfc21c91e1c7c96f = new google.maps.Geocoder();g_6200aecd3b981968dfc21c91e1c7c96f.geocode( { 'address': "131 N Washington St, DeRidder, LA 70634, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('deridder-LA-first-national-bank-in-deridder').style.display = '';map = new google.maps.Map(document.getElementById('deridder-LA-first-national-bank-in-deridder'), mapOptions);}document.getElementById('df671049').innerHTML += ' | View Map';var $l6200aecd3b981968dfc21c91e1c7c96f = '

First National Bank In Deridder

Address: 131 N Washington St, DeRidder, LA 70634, USA
Phone: (337) 463-6231
';var m_6200aecd3b981968dfc21c91e1c7c96f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First National Bank In Deridder',});m_6200aecd3b981968dfc21c91e1c7c96f['infowindow'] = new google.maps.InfoWindow({content: $l6200aecd3b981968dfc21c91e1c7c96f});var infowindow = new google.maps.InfoWindow({content: $l6200aecd3b981968dfc21c91e1c7c96f});google.maps.event.addListener(m_6200aecd3b981968dfc21c91e1c7c96f, 'click', function() {infowindow.open(map,m_6200aecd3b981968dfc21c91e1c7c96f);});$marker.push(m_6200aecd3b981968dfc21c91e1c7c96f);}});}google.maps.event.addDomListener(window, 'load', initialize);