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(34.9009,-110.158)};var g_7c985c86cdb068f0cdd3014ce627458f = new google.maps.Geocoder();g_7c985c86cdb068f0cdd3014ce627458f.geocode( { 'address': "104 Navajo Blvd, Holbrook, AZ 86025, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('holbrook-AZ-ortegas-route-66-cash-express').style.display = '';map = new google.maps.Map(document.getElementById('holbrook-AZ-ortegas-route-66-cash-express'), mapOptions);}document.getElementById('9fc84a0a').innerHTML += ' | View Map';var $l7c985c86cdb068f0cdd3014ce627458f = '

Ortega's Route 66 Cash Express

Address: 104 Navajo Blvd, Holbrook, AZ 86025, USA
Phone: (928) 524-2330
';var m_7c985c86cdb068f0cdd3014ce627458f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Ortega's Route 66 Cash Express',});m_7c985c86cdb068f0cdd3014ce627458f['infowindow'] = new google.maps.InfoWindow({content: $l7c985c86cdb068f0cdd3014ce627458f});var infowindow = new google.maps.InfoWindow({content: $l7c985c86cdb068f0cdd3014ce627458f});google.maps.event.addListener(m_7c985c86cdb068f0cdd3014ce627458f, 'click', function() {infowindow.open(map,m_7c985c86cdb068f0cdd3014ce627458f);});$marker.push(m_7c985c86cdb068f0cdd3014ce627458f);}});}google.maps.event.addDomListener(window, 'load', initialize);