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.2282,-93.1945)};var g_42776acb09125fd0e79fd4a064354d85 = new google.maps.Geocoder();g_42776acb09125fd0e79fd4a064354d85.geocode( { 'address': "1838 N Highway 171, Lake Charles, LA 70611"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lake-charles-LA-first-national-bank-de-ridder').style.display = '';map = new google.maps.Map(document.getElementById('lake-charles-LA-first-national-bank-de-ridder'), mapOptions);}document.getElementById('666c94aa').innerHTML += ' | View Map';var $l42776acb09125fd0e79fd4a064354d85 = '

First National Bank-De Ridder

Address: 1838 N Highway 171, Lake Charles, LA 70611
Phone: (337) 217-8262
';var m_42776acb09125fd0e79fd4a064354d85 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First National Bank-De Ridder',});m_42776acb09125fd0e79fd4a064354d85['infowindow'] = new google.maps.InfoWindow({content: $l42776acb09125fd0e79fd4a064354d85});var infowindow = new google.maps.InfoWindow({content: $l42776acb09125fd0e79fd4a064354d85});google.maps.event.addListener(m_42776acb09125fd0e79fd4a064354d85, 'click', function() {infowindow.open(map,m_42776acb09125fd0e79fd4a064354d85);});$marker.push(m_42776acb09125fd0e79fd4a064354d85);}});}google.maps.event.addDomListener(window, 'load', initialize);