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(31.9096,-110.984)};var g_cfc4f5109a8cbda90efeb758e7c5db32 = new google.maps.Geocoder();g_cfc4f5109a8cbda90efeb758e7c5db32.geocode( { 'address': "18745 S Frontage Rd, Green Valley, AZ 85614, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('green-valley-AZ-quik-cash').style.display = '';map = new google.maps.Map(document.getElementById('green-valley-AZ-quik-cash'), mapOptions);}document.getElementById('e66a6c3b').innerHTML += ' | View Map';var $lcfc4f5109a8cbda90efeb758e7c5db32 = '

Quik Cash

Address: 18745 S Frontage Rd, Green Valley, AZ 85614, USA
Phone: (520) 399-9100
';var m_cfc4f5109a8cbda90efeb758e7c5db32 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Quik Cash',});m_cfc4f5109a8cbda90efeb758e7c5db32['infowindow'] = new google.maps.InfoWindow({content: $lcfc4f5109a8cbda90efeb758e7c5db32});var infowindow = new google.maps.InfoWindow({content: $lcfc4f5109a8cbda90efeb758e7c5db32});google.maps.event.addListener(m_cfc4f5109a8cbda90efeb758e7c5db32, 'click', function() {infowindow.open(map,m_cfc4f5109a8cbda90efeb758e7c5db32);});$marker.push(m_cfc4f5109a8cbda90efeb758e7c5db32);}});}google.maps.event.addDomListener(window, 'load', initialize);