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(31.3113,-92.4451)};var g_6cdd60ea0045eb7a6ec44c54d29ed402 = new google.maps.Geocoder();g_6cdd60ea0045eb7a6ec44c54d29ed402.geocode( { 'address': "Alexandria, LA 71301, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('alexandria-LA-consumer-credit-counseling-services').style.display = '';map = new google.maps.Map(document.getElementById('alexandria-LA-consumer-credit-counseling-services'), mapOptions);}document.getElementById('96b9c765').innerHTML += ' | View Map';var $l6cdd60ea0045eb7a6ec44c54d29ed402 = '

Consumer Credit Counseling Services

Address: Alexandria, LA 71301, USA
Phone: (318) 442-1031
';var m_6cdd60ea0045eb7a6ec44c54d29ed402 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Consumer Credit Counseling Services',});m_6cdd60ea0045eb7a6ec44c54d29ed402['infowindow'] = new google.maps.InfoWindow({content: $l6cdd60ea0045eb7a6ec44c54d29ed402});var infowindow = new google.maps.InfoWindow({content: $l6cdd60ea0045eb7a6ec44c54d29ed402});google.maps.event.addListener(m_6cdd60ea0045eb7a6ec44c54d29ed402, 'click', function() {infowindow.open(map,m_6cdd60ea0045eb7a6ec44c54d29ed402);});$marker.push(m_6cdd60ea0045eb7a6ec44c54d29ed402);}});}google.maps.event.addDomListener(window, 'load', initialize);