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.4705,-90.9561)};var g_6463c88460bd63bbe256e495c63aa40b = new google.maps.Geocoder();g_6463c88460bd63bbe256e495c63aa40b.geocode( { 'address': "1130 S Range Ave Suite B, Denham Springs, LA 70726, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('denham-springs-LA-city-credit-of-denham-springs-inc').style.display = '';map = new google.maps.Map(document.getElementById('denham-springs-LA-city-credit-of-denham-springs-inc'), mapOptions);}document.getElementById('2eba3572').innerHTML += ' | View Map';var $l6463c88460bd63bbe256e495c63aa40b = '

City Credit of Denham Springs Inc

Address: 1130 S Range Ave Suite B, Denham Springs, LA 70726, USA
Phone: (225) 665-5888
';var m_6463c88460bd63bbe256e495c63aa40b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'City Credit of Denham Springs Inc',});m_6463c88460bd63bbe256e495c63aa40b['infowindow'] = new google.maps.InfoWindow({content: $l6463c88460bd63bbe256e495c63aa40b});var infowindow = new google.maps.InfoWindow({content: $l6463c88460bd63bbe256e495c63aa40b});google.maps.event.addListener(m_6463c88460bd63bbe256e495c63aa40b, 'click', function() {infowindow.open(map,m_6463c88460bd63bbe256e495c63aa40b);});$marker.push(m_6463c88460bd63bbe256e495c63aa40b);}});}google.maps.event.addDomListener(window, 'load', initialize);