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.2894,-110.948)};var g_1aefbb810c1fbb6bb36868a81eaf84f9 = new google.maps.Geocoder();g_1aefbb810c1fbb6bb36868a81eaf84f9.geocode( { 'address': "1610 E River Rd #118b, Tucson, AZ 85718, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('tucson-AZ-jobe-the-mortgage-guy').style.display = '';map = new google.maps.Map(document.getElementById('tucson-AZ-jobe-the-mortgage-guy'), mapOptions);}document.getElementById('197c5c92').innerHTML += ' | View Map';var $l1aefbb810c1fbb6bb36868a81eaf84f9 = '

Jobe The Mortgage Guy

Address: 1610 E River Rd #118b, Tucson, AZ 85718, USA
Phone: (520) 603-7000
';var m_1aefbb810c1fbb6bb36868a81eaf84f9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Jobe The Mortgage Guy',});m_1aefbb810c1fbb6bb36868a81eaf84f9['infowindow'] = new google.maps.InfoWindow({content: $l1aefbb810c1fbb6bb36868a81eaf84f9});var infowindow = new google.maps.InfoWindow({content: $l1aefbb810c1fbb6bb36868a81eaf84f9});google.maps.event.addListener(m_1aefbb810c1fbb6bb36868a81eaf84f9, 'click', function() {infowindow.open(map,m_1aefbb810c1fbb6bb36868a81eaf84f9);});$marker.push(m_1aefbb810c1fbb6bb36868a81eaf84f9);}});}google.maps.event.addDomListener(window, 'load', initialize);