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(32.3049,-110.979)};var g_c7f70c401cdd7aa609f32b70a05151e1 = new google.maps.Geocoder();g_c7f70c401cdd7aa609f32b70a05151e1.geocode( { 'address': "5401 N Oracle Rd, Tucson, AZ 85704, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('tucson-AZ-the-dempsey-team-at-vip-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('tucson-AZ-the-dempsey-team-at-vip-mortgage'), mapOptions);}document.getElementById('341e78a8').innerHTML += ' | View Map';var $lc7f70c401cdd7aa609f32b70a05151e1 = '

The Dempsey Team at VIP Mortgage

Address: 5401 N Oracle Rd, Tucson, AZ 85704, USA
Phone: (520) 444-3982
';var m_c7f70c401cdd7aa609f32b70a05151e1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'The Dempsey Team at VIP Mortgage',});m_c7f70c401cdd7aa609f32b70a05151e1['infowindow'] = new google.maps.InfoWindow({content: $lc7f70c401cdd7aa609f32b70a05151e1});var infowindow = new google.maps.InfoWindow({content: $lc7f70c401cdd7aa609f32b70a05151e1});google.maps.event.addListener(m_c7f70c401cdd7aa609f32b70a05151e1, 'click', function() {infowindow.open(map,m_c7f70c401cdd7aa609f32b70a05151e1);});$marker.push(m_c7f70c401cdd7aa609f32b70a05151e1);}});}google.maps.event.addDomListener(window, 'load', initialize);