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.2587,-110.892)};var g_bb238243d6e2d400b26d6ed379d7aa0e = new google.maps.Geocoder();g_bb238243d6e2d400b26d6ed379d7aa0e.geocode( { 'address': "2830 N Swan Rd, Tucson, AZ 85712, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('tucson-AZ-primary-residential-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('tucson-AZ-primary-residential-mortgage'), mapOptions);}document.getElementById('3e04614a').innerHTML += ' | View Map';var $lbb238243d6e2d400b26d6ed379d7aa0e = '

Primary Residential Mortgage

Address: 2830 N Swan Rd, Tucson, AZ 85712, USA
Phone: (520) 477-0867
';var m_bb238243d6e2d400b26d6ed379d7aa0e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Primary Residential Mortgage',});m_bb238243d6e2d400b26d6ed379d7aa0e['infowindow'] = new google.maps.InfoWindow({content: $lbb238243d6e2d400b26d6ed379d7aa0e});var infowindow = new google.maps.InfoWindow({content: $lbb238243d6e2d400b26d6ed379d7aa0e});google.maps.event.addListener(m_bb238243d6e2d400b26d6ed379d7aa0e, 'click', function() {infowindow.open(map,m_bb238243d6e2d400b26d6ed379d7aa0e);});$marker.push(m_bb238243d6e2d400b26d6ed379d7aa0e);}});}google.maps.event.addDomListener(window, 'load', initialize);