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.5083,-111.929)};var g_f7d213aceecff80fbb390d721f08f923 = new google.maps.Geocoder();g_f7d213aceecff80fbb390d721f08f923.geocode( { 'address': "4900 N Scottsdale Rd #6000, Scottsdale, AZ 85251, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('scottsdale-AZ-vip-mortgage-inc').style.display = '';map = new google.maps.Map(document.getElementById('scottsdale-AZ-vip-mortgage-inc'), mapOptions);}document.getElementById('e05997b1').innerHTML += ' | View Map';var $lf7d213aceecff80fbb390d721f08f923 = '

V.I.P. Mortgage, Inc.

Address: 4900 N Scottsdale Rd #6000, Scottsdale, AZ 85251, USA
Phone: (480) 966-0919
';var m_f7d213aceecff80fbb390d721f08f923 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'V.I.P. Mortgage, Inc.',});m_f7d213aceecff80fbb390d721f08f923['infowindow'] = new google.maps.InfoWindow({content: $lf7d213aceecff80fbb390d721f08f923});var infowindow = new google.maps.InfoWindow({content: $lf7d213aceecff80fbb390d721f08f923});google.maps.event.addListener(m_f7d213aceecff80fbb390d721f08f923, 'click', function() {infowindow.open(map,m_f7d213aceecff80fbb390d721f08f923);});$marker.push(m_f7d213aceecff80fbb390d721f08f923);}});}google.maps.event.addDomListener(window, 'load', initialize);