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.261,-110.961)};var g_1f1ff21afaebbed0c62d83d022e22679 = new google.maps.Geocoder();g_1f1ff21afaebbed0c62d83d022e22679.geocode( { 'address': "2976 N 1st Ave, Tucson, AZ 85719, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('tucson-AZ-tio-rico-te-ayuda').style.display = '';map = new google.maps.Map(document.getElementById('tucson-AZ-tio-rico-te-ayuda'), mapOptions);}document.getElementById('bceca0f9').innerHTML += ' | View Map';var $l1f1ff21afaebbed0c62d83d022e22679 = '

Tio Rico Te Ayuda

Address: 2976 N 1st Ave, Tucson, AZ 85719, USA
Phone: (520) 284-7102
';var m_1f1ff21afaebbed0c62d83d022e22679 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Tio Rico Te Ayuda',});m_1f1ff21afaebbed0c62d83d022e22679['infowindow'] = new google.maps.InfoWindow({content: $l1f1ff21afaebbed0c62d83d022e22679});var infowindow = new google.maps.InfoWindow({content: $l1f1ff21afaebbed0c62d83d022e22679});google.maps.event.addListener(m_1f1ff21afaebbed0c62d83d022e22679, 'click', function() {infowindow.open(map,m_1f1ff21afaebbed0c62d83d022e22679);});$marker.push(m_1f1ff21afaebbed0c62d83d022e22679);}});}google.maps.event.addDomListener(window, 'load', initialize);