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.8633,-93.2886)};var g_c47c2a5c760665f553a2417359ca52cc = new google.maps.Geocoder();g_c47c2a5c760665f553a2417359ca52cc.geocode( { 'address': "1013 N Pine St, DeRidder, LA 70634, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('deridder-LA-advance-america').style.display = '';map = new google.maps.Map(document.getElementById('deridder-LA-advance-america'), mapOptions);}document.getElementById('97c4c450').innerHTML += ' | View Map';var $lc47c2a5c760665f553a2417359ca52cc = '

Advance America

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