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.8802,-111.716)};var g_5a6ec84c2dd9a23335b567b4bd10df53 = new google.maps.Geocoder();g_5a6ec84c2dd9a23335b567b4bd10df53.geocode( { 'address': "1664 E Florence Blvd Ste 12, Casa Grande, AZ 85122, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('casa-grande-AZ-check-into-cash').style.display = '';map = new google.maps.Map(document.getElementById('casa-grande-AZ-check-into-cash'), mapOptions);}document.getElementById('650e9d9f').innerHTML += ' | View Map';var $l5a6ec84c2dd9a23335b567b4bd10df53 = '

Check Into Cash

Address: 1664 E Florence Blvd Ste 12, Casa Grande, AZ 85122, USA
Phone: (520) 421-9835
';var m_5a6ec84c2dd9a23335b567b4bd10df53 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Check Into Cash',});m_5a6ec84c2dd9a23335b567b4bd10df53['infowindow'] = new google.maps.InfoWindow({content: $l5a6ec84c2dd9a23335b567b4bd10df53});var infowindow = new google.maps.InfoWindow({content: $l5a6ec84c2dd9a23335b567b4bd10df53});google.maps.event.addListener(m_5a6ec84c2dd9a23335b567b4bd10df53, 'click', function() {infowindow.open(map,m_5a6ec84c2dd9a23335b567b4bd10df53);});$marker.push(m_5a6ec84c2dd9a23335b567b4bd10df53);}});}google.maps.event.addDomListener(window, 'load', initialize);