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.625,-111.889)};var g_36125352638845f5a20223ba6a55e522 = new google.maps.Geocoder();g_36125352638845f5a20223ba6a55e522.geocode( { 'address': "15333 N Pima Rd Suite 205, Scottsdale, AZ 85260, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('scottsdale-AZ-own-it-home-loans').style.display = '';map = new google.maps.Map(document.getElementById('scottsdale-AZ-own-it-home-loans'), mapOptions);}document.getElementById('6de0ec5a').innerHTML += ' | View Map';var $l36125352638845f5a20223ba6a55e522 = '

Own It Home Loans

Address: 15333 N Pima Rd Suite 205, Scottsdale, AZ 85260, USA
Phone: (480) 335-1119
';var m_36125352638845f5a20223ba6a55e522 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Own It Home Loans',});m_36125352638845f5a20223ba6a55e522['infowindow'] = new google.maps.InfoWindow({content: $l36125352638845f5a20223ba6a55e522});var infowindow = new google.maps.InfoWindow({content: $l36125352638845f5a20223ba6a55e522});google.maps.event.addListener(m_36125352638845f5a20223ba6a55e522, 'click', function() {infowindow.open(map,m_36125352638845f5a20223ba6a55e522);});$marker.push(m_36125352638845f5a20223ba6a55e522);}});}google.maps.event.addDomListener(window, 'load', initialize);