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(33.619,-111.89)};var g_a162edc2e348f2ea740e35f6a87fbdaf = new google.maps.Geocoder();g_a162edc2e348f2ea740e35f6a87fbdaf.geocode( { 'address': "8800 E Raintree Dr #110, Scottsdale, AZ 85260, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('scottsdale-AZ-nova-home-loans').style.display = '';map = new google.maps.Map(document.getElementById('scottsdale-AZ-nova-home-loans'), mapOptions);}document.getElementById('8f254c20').innerHTML += ' | View Map';var $la162edc2e348f2ea740e35f6a87fbdaf = '

Nova Home Loans

Address: 8800 E Raintree Dr #110, Scottsdale, AZ 85260, USA
Phone: (480) 319-6138
';var m_a162edc2e348f2ea740e35f6a87fbdaf = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Nova Home Loans',});m_a162edc2e348f2ea740e35f6a87fbdaf['infowindow'] = new google.maps.InfoWindow({content: $la162edc2e348f2ea740e35f6a87fbdaf});var infowindow = new google.maps.InfoWindow({content: $la162edc2e348f2ea740e35f6a87fbdaf});google.maps.event.addListener(m_a162edc2e348f2ea740e35f6a87fbdaf, 'click', function() {infowindow.open(map,m_a162edc2e348f2ea740e35f6a87fbdaf);});$marker.push(m_a162edc2e348f2ea740e35f6a87fbdaf);}});}google.maps.event.addDomListener(window, 'load', initialize);