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.8495,-93.2931)};var g_0f4a21d571adbe663374dbe676987dbc = new google.maps.Geocoder();g_0f4a21d571adbe663374dbe676987dbc.geocode( { 'address': "122 Jefferson Ave, Deridder, LA 70634"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('deridder-LA-beauregard-federal-savings-bank').style.display = '';map = new google.maps.Map(document.getElementById('deridder-LA-beauregard-federal-savings-bank'), mapOptions);}document.getElementById('3d4681bf').innerHTML += ' | View Map';var $l0f4a21d571adbe663374dbe676987dbc = '

Beauregard Federal Savings Bank

Address: 122 Jefferson Ave, Deridder, LA 70634
Phone: (337) 463-4493
';var m_0f4a21d571adbe663374dbe676987dbc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Beauregard Federal Savings Bank',});m_0f4a21d571adbe663374dbe676987dbc['infowindow'] = new google.maps.InfoWindow({content: $l0f4a21d571adbe663374dbe676987dbc});var infowindow = new google.maps.InfoWindow({content: $l0f4a21d571adbe663374dbe676987dbc});google.maps.event.addListener(m_0f4a21d571adbe663374dbe676987dbc, 'click', function() {infowindow.open(map,m_0f4a21d571adbe663374dbe676987dbc);});$marker.push(m_0f4a21d571adbe663374dbe676987dbc);}});}google.maps.event.addDomListener(window, 'load', initialize);