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.2884,-110.947)};var g_a769970be30f4f559eb881509ec12d02 = new google.maps.Geocoder();g_a769970be30f4f559eb881509ec12d02.geocode( { 'address': "1650 E River Rd #104, Tucson, AZ 85718, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('tucson-AZ-timothy-baron').style.display = '';map = new google.maps.Map(document.getElementById('tucson-AZ-timothy-baron'), mapOptions);}document.getElementById('1a5070ab').innerHTML += ' | View Map';var $la769970be30f4f559eb881509ec12d02 = '

Timothy Baron

Address: 1650 E River Rd #104, Tucson, AZ 85718, USA
Phone: (520) 577-4766
';var m_a769970be30f4f559eb881509ec12d02 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Timothy Baron',});m_a769970be30f4f559eb881509ec12d02['infowindow'] = new google.maps.InfoWindow({content: $la769970be30f4f559eb881509ec12d02});var infowindow = new google.maps.InfoWindow({content: $la769970be30f4f559eb881509ec12d02});google.maps.event.addListener(m_a769970be30f4f559eb881509ec12d02, 'click', function() {infowindow.open(map,m_a769970be30f4f559eb881509ec12d02);});$marker.push(m_a769970be30f4f559eb881509ec12d02);}});}google.maps.event.addDomListener(window, 'load', initialize);