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.4913,-110.886)};var g_22de0bf85202126667cb67ede1da08b7 = new google.maps.Geocoder();g_22de0bf85202126667cb67ede1da08b7.geocode( { 'address': "15719 N Equestrian Trail, Tucson, AZ 85739, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('tucson-AZ-gold-medal-appraisals').style.display = '';map = new google.maps.Map(document.getElementById('tucson-AZ-gold-medal-appraisals'), mapOptions);}document.getElementById('100188ae').innerHTML += ' | View Map';var $l22de0bf85202126667cb67ede1da08b7 = '

Gold Medal Appraisals

Address: 15719 N Equestrian Trail, Tucson, AZ 85739, USA
Phone: (877) 300-2343
';var m_22de0bf85202126667cb67ede1da08b7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Gold Medal Appraisals',});m_22de0bf85202126667cb67ede1da08b7['infowindow'] = new google.maps.InfoWindow({content: $l22de0bf85202126667cb67ede1da08b7});var infowindow = new google.maps.InfoWindow({content: $l22de0bf85202126667cb67ede1da08b7});google.maps.event.addListener(m_22de0bf85202126667cb67ede1da08b7, 'click', function() {infowindow.open(map,m_22de0bf85202126667cb67ede1da08b7);});$marker.push(m_22de0bf85202126667cb67ede1da08b7);}});}google.maps.event.addDomListener(window, 'load', initialize);