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(38.5948,-121.284)};var g_a166714949c8f65eac68297e8458018e = new google.maps.Geocoder();g_a166714949c8f65eac68297e8458018e.geocode( { 'address': "10925 Olson Dr, Rancho Cordova, CA 95670, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('rancho-cordova-CA-check-into-cash').style.display = '';map = new google.maps.Map(document.getElementById('rancho-cordova-CA-check-into-cash'), mapOptions);}document.getElementById('d4fc27b8').innerHTML += ' | View Map';var $la166714949c8f65eac68297e8458018e = '

Check Into Cash

Address: 10925 Olson Dr, Rancho Cordova, CA 95670, USA
Phone: (916) 858-1506
';var m_a166714949c8f65eac68297e8458018e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Check Into Cash',});m_a166714949c8f65eac68297e8458018e['infowindow'] = new google.maps.InfoWindow({content: $la166714949c8f65eac68297e8458018e});var infowindow = new google.maps.InfoWindow({content: $la166714949c8f65eac68297e8458018e});google.maps.event.addListener(m_a166714949c8f65eac68297e8458018e, 'click', function() {infowindow.open(map,m_a166714949c8f65eac68297e8458018e);});$marker.push(m_a166714949c8f65eac68297e8458018e);}});}google.maps.event.addDomListener(window, 'load', initialize);