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.5263,-90.9566)};var g_f389fb75d59a2f33dc370ba70b94acd0 = new google.maps.Geocoder();g_f389fb75d59a2f33dc370ba70b94acd0.geocode( { 'address': "31575 LA-16, Denham Springs, LA 70726, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('denham-springs-LA-all-american-check-cashing').style.display = '';map = new google.maps.Map(document.getElementById('denham-springs-LA-all-american-check-cashing'), mapOptions);}document.getElementById('a9850e7f').innerHTML += ' | View Map';var $lf389fb75d59a2f33dc370ba70b94acd0 = '

All American Check Cashing

Address: 31575 LA-16, Denham Springs, LA 70726, USA
Phone: (225) 667-1944
';var m_f389fb75d59a2f33dc370ba70b94acd0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'All American Check Cashing',});m_f389fb75d59a2f33dc370ba70b94acd0['infowindow'] = new google.maps.InfoWindow({content: $lf389fb75d59a2f33dc370ba70b94acd0});var infowindow = new google.maps.InfoWindow({content: $lf389fb75d59a2f33dc370ba70b94acd0});google.maps.event.addListener(m_f389fb75d59a2f33dc370ba70b94acd0, 'click', function() {infowindow.open(map,m_f389fb75d59a2f33dc370ba70b94acd0);});$marker.push(m_f389fb75d59a2f33dc370ba70b94acd0);}});}google.maps.event.addDomListener(window, 'load', initialize);