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(36.1413,-115.225)};var g_1300cd975103f140f4527a508c88dfd2 = new google.maps.Geocoder();g_1300cd975103f140f4527a508c88dfd2.geocode( { 'address': "2650 S Jones Blvd, Las Vegas, NV 89146, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('las-vegas-NV-consumer-credit-counseling-service').style.display = '';map = new google.maps.Map(document.getElementById('las-vegas-NV-consumer-credit-counseling-service'), mapOptions);}document.getElementById('79fbe8ad').innerHTML += ' | View Map';var $l1300cd975103f140f4527a508c88dfd2 = '

Consumer Credit Counseling Service

Address: 2650 S Jones Blvd, Las Vegas, NV 89146, USA
Phone: (702) 364-0344
';var m_1300cd975103f140f4527a508c88dfd2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Consumer Credit Counseling Service',});m_1300cd975103f140f4527a508c88dfd2['infowindow'] = new google.maps.InfoWindow({content: $l1300cd975103f140f4527a508c88dfd2});var infowindow = new google.maps.InfoWindow({content: $l1300cd975103f140f4527a508c88dfd2});google.maps.event.addListener(m_1300cd975103f140f4527a508c88dfd2, 'click', function() {infowindow.open(map,m_1300cd975103f140f4527a508c88dfd2);});$marker.push(m_1300cd975103f140f4527a508c88dfd2);}});}google.maps.event.addDomListener(window, 'load', initialize);