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.5851,-112.324)};var g_7deac8813ce9271e2f7cf0c3f12d41f1 = new google.maps.Geocoder();g_7deac8813ce9271e2f7cf0c3f12d41f1.geocode( { 'address': "8101 AZ-69, Prescott Valley, AZ 86314, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('prescott-valley-AZ-ace-cash-express').style.display = '';map = new google.maps.Map(document.getElementById('prescott-valley-AZ-ace-cash-express'), mapOptions);}document.getElementById('af89fa9e').innerHTML += ' | View Map';var $l7deac8813ce9271e2f7cf0c3f12d41f1 = '

ACE Cash Express

Address: 8101 AZ-69, Prescott Valley, AZ 86314, USA
Phone: (928) 759-9939
';var m_7deac8813ce9271e2f7cf0c3f12d41f1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ACE Cash Express',});m_7deac8813ce9271e2f7cf0c3f12d41f1['infowindow'] = new google.maps.InfoWindow({content: $l7deac8813ce9271e2f7cf0c3f12d41f1});var infowindow = new google.maps.InfoWindow({content: $l7deac8813ce9271e2f7cf0c3f12d41f1});google.maps.event.addListener(m_7deac8813ce9271e2f7cf0c3f12d41f1, 'click', function() {infowindow.open(map,m_7deac8813ce9271e2f7cf0c3f12d41f1);});$marker.push(m_7deac8813ce9271e2f7cf0c3f12d41f1);}});}google.maps.event.addDomListener(window, 'load', initialize);