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.848,-93.2921)};var g_84ca205fe6bc691c41c3bfe5a2820a15 = new google.maps.Geocoder();g_84ca205fe6bc691c41c3bfe5a2820a15.geocode( { 'address': "605 Shirley St, DeRidder, LA 70634, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('deridder-LA-city-savings-financial-services').style.display = '';map = new google.maps.Map(document.getElementById('deridder-LA-city-savings-financial-services'), mapOptions);}document.getElementById('33cc92ea').innerHTML += ' | View Map';var $l84ca205fe6bc691c41c3bfe5a2820a15 = '

City Savings Financial Services

Address: 605 Shirley St, DeRidder, LA 70634, USA
Phone: (337) 463-2722
';var m_84ca205fe6bc691c41c3bfe5a2820a15 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'City Savings Financial Services',});m_84ca205fe6bc691c41c3bfe5a2820a15['infowindow'] = new google.maps.InfoWindow({content: $l84ca205fe6bc691c41c3bfe5a2820a15});var infowindow = new google.maps.InfoWindow({content: $l84ca205fe6bc691c41c3bfe5a2820a15});google.maps.event.addListener(m_84ca205fe6bc691c41c3bfe5a2820a15, 'click', function() {infowindow.open(map,m_84ca205fe6bc691c41c3bfe5a2820a15);});$marker.push(m_84ca205fe6bc691c41c3bfe5a2820a15);}});}google.maps.event.addDomListener(window, 'load', initialize);