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.2889,-110.948)};var g_c522797023e626a5fd6654baafe9755e = new google.maps.Geocoder();g_c522797023e626a5fd6654baafe9755e.geocode( { 'address': "1640 E River Rd #208, Tucson, AZ 85718, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('tucson-AZ-academy-mortgage---tucson').style.display = '';map = new google.maps.Map(document.getElementById('tucson-AZ-academy-mortgage---tucson'), mapOptions);}document.getElementById('566502da').innerHTML += ' | View Map';var $lc522797023e626a5fd6654baafe9755e = '

Academy Mortgage - Tucson

Address: 1640 E River Rd #208, Tucson, AZ 85718, USA
Phone: (520) 448-5368
';var m_c522797023e626a5fd6654baafe9755e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Academy Mortgage - Tucson',});m_c522797023e626a5fd6654baafe9755e['infowindow'] = new google.maps.InfoWindow({content: $lc522797023e626a5fd6654baafe9755e});var infowindow = new google.maps.InfoWindow({content: $lc522797023e626a5fd6654baafe9755e});google.maps.event.addListener(m_c522797023e626a5fd6654baafe9755e, 'click', function() {infowindow.open(map,m_c522797023e626a5fd6654baafe9755e);});$marker.push(m_c522797023e626a5fd6654baafe9755e);}});}google.maps.event.addDomListener(window, 'load', initialize);