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.002,-115.103)};var g_22cd811cc4ce782642225f9054c4361b = new google.maps.Geocoder();g_22cd811cc4ce782642225f9054c4361b.geocode( { 'address': "2642 W Horizon Ridge Pkwy, Henderson, NV 89052, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('henderson-NV-credit-repair').style.display = '';map = new google.maps.Map(document.getElementById('henderson-NV-credit-repair'), mapOptions);}document.getElementById('041149e2').innerHTML += ' | View Map';var $l22cd811cc4ce782642225f9054c4361b = '

Credit Repair

Address: 2642 W Horizon Ridge Pkwy, Henderson, NV 89052, USA
Phone: (702) 719-7777
';var m_22cd811cc4ce782642225f9054c4361b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Credit Repair',});m_22cd811cc4ce782642225f9054c4361b['infowindow'] = new google.maps.InfoWindow({content: $l22cd811cc4ce782642225f9054c4361b});var infowindow = new google.maps.InfoWindow({content: $l22cd811cc4ce782642225f9054c4361b});google.maps.event.addListener(m_22cd811cc4ce782642225f9054c4361b, 'click', function() {infowindow.open(map,m_22cd811cc4ce782642225f9054c4361b);});$marker.push(m_22cd811cc4ce782642225f9054c4361b);}});}google.maps.event.addDomListener(window, 'load', initialize);