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.1595,-115.315)};var g_2dd8ed9dc26af4707bacc025883419fe = new google.maps.Geocoder();g_2dd8ed9dc26af4707bacc025883419fe.geocode( { 'address': "10000 W Charleston Blvd #200, Las Vegas, NV 89135, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('las-vegas-NV-student-loan-consolidation').style.display = '';map = new google.maps.Map(document.getElementById('las-vegas-NV-student-loan-consolidation'), mapOptions);}document.getElementById('fdf3ffec').innerHTML += ' | View Map';var $l2dd8ed9dc26af4707bacc025883419fe = '

Student Loan Consolidation

Address: 10000 W Charleston Blvd #200, Las Vegas, NV 89135, USA
Phone: (702) 850-7494
';var m_2dd8ed9dc26af4707bacc025883419fe = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Student Loan Consolidation',});m_2dd8ed9dc26af4707bacc025883419fe['infowindow'] = new google.maps.InfoWindow({content: $l2dd8ed9dc26af4707bacc025883419fe});var infowindow = new google.maps.InfoWindow({content: $l2dd8ed9dc26af4707bacc025883419fe});google.maps.event.addListener(m_2dd8ed9dc26af4707bacc025883419fe, 'click', function() {infowindow.open(map,m_2dd8ed9dc26af4707bacc025883419fe);});$marker.push(m_2dd8ed9dc26af4707bacc025883419fe);}});}google.maps.event.addDomListener(window, 'load', initialize);