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_c96ea6f6780a3391506b99547093b06f = new google.maps.Geocoder();g_c96ea6f6780a3391506b99547093b06f.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---team-jodie--jb').style.display = '';map = new google.maps.Map(document.getElementById('scottsdale-AZ-nova-home-loans---team-jodie--jb'), mapOptions);}document.getElementById('8f254c20').innerHTML += ' | View Map';var $lc96ea6f6780a3391506b99547093b06f = '

Nova Home Loans - Team Jodie & J.B.

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