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.0695,-115.273)};var g_cb5d5dacb8c115d162d7420f871ad453 = new google.maps.Geocoder();g_cb5d5dacb8c115d162d7420f871ad453.geocode( { 'address': "8311 W Sunset Rd #100, Las Vegas, NV 89113, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('las-vegas-NV-the-dehart-team--nova-home-loans').style.display = '';map = new google.maps.Map(document.getElementById('las-vegas-NV-the-dehart-team--nova-home-loans'), mapOptions);}document.getElementById('30648c2c').innerHTML += ' | View Map';var $lcb5d5dacb8c115d162d7420f871ad453 = '

The DeHart Team @ NOVA Home Loans

Address: 8311 W Sunset Rd #100, Las Vegas, NV 89113, USA
Phone: (702) 216-3975
';var m_cb5d5dacb8c115d162d7420f871ad453 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'The DeHart Team @ NOVA Home Loans',});m_cb5d5dacb8c115d162d7420f871ad453['infowindow'] = new google.maps.InfoWindow({content: $lcb5d5dacb8c115d162d7420f871ad453});var infowindow = new google.maps.InfoWindow({content: $lcb5d5dacb8c115d162d7420f871ad453});google.maps.event.addListener(m_cb5d5dacb8c115d162d7420f871ad453, 'click', function() {infowindow.open(map,m_cb5d5dacb8c115d162d7420f871ad453);});$marker.push(m_cb5d5dacb8c115d162d7420f871ad453);}});}google.maps.event.addDomListener(window, 'load', initialize);