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.8668,-93.2844)};var g_b9303d0a69384f4abf0a34757c263e0d = new google.maps.Geocoder();g_b9303d0a69384f4abf0a34757c263e0d.geocode( { 'address': "1132 N Pine St, DeRidder, LA 70634, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('deridder-LA-onemain-financial').style.display = '';map = new google.maps.Map(document.getElementById('deridder-LA-onemain-financial'), mapOptions);}document.getElementById('11e793b5').innerHTML += ' | View Map';var $lb9303d0a69384f4abf0a34757c263e0d = '

OneMain Financial

Address: 1132 N Pine St, DeRidder, LA 70634, USA
Phone: (337) 463-3247
';var m_b9303d0a69384f4abf0a34757c263e0d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'OneMain Financial',});m_b9303d0a69384f4abf0a34757c263e0d['infowindow'] = new google.maps.InfoWindow({content: $lb9303d0a69384f4abf0a34757c263e0d});var infowindow = new google.maps.InfoWindow({content: $lb9303d0a69384f4abf0a34757c263e0d});google.maps.event.addListener(m_b9303d0a69384f4abf0a34757c263e0d, 'click', function() {infowindow.open(map,m_b9303d0a69384f4abf0a34757c263e0d);});$marker.push(m_b9303d0a69384f4abf0a34757c263e0d);}});}google.maps.event.addDomListener(window, 'load', initialize);