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.1222,-117.613)};var g_66bd939ad7010829ab65a6aaf28c9a96 = new google.maps.Geocoder();g_66bd939ad7010829ab65a6aaf28c9a96.geocode( { 'address': "8810 Baseline Road, Rancho Cucamonga, CA 91701, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('rancho-cucamonga-CA-check-into-cash').style.display = '';map = new google.maps.Map(document.getElementById('rancho-cucamonga-CA-check-into-cash'), mapOptions);}document.getElementById('6f2b010c').innerHTML += ' | View Map';var $l66bd939ad7010829ab65a6aaf28c9a96 = '

Check Into Cash

Address: 8810 Baseline Road, Rancho Cucamonga, CA 91701, USA
Phone: (909) 481-6886
';var m_66bd939ad7010829ab65a6aaf28c9a96 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Check Into Cash',});m_66bd939ad7010829ab65a6aaf28c9a96['infowindow'] = new google.maps.InfoWindow({content: $l66bd939ad7010829ab65a6aaf28c9a96});var infowindow = new google.maps.InfoWindow({content: $l66bd939ad7010829ab65a6aaf28c9a96});google.maps.event.addListener(m_66bd939ad7010829ab65a6aaf28c9a96, 'click', function() {infowindow.open(map,m_66bd939ad7010829ab65a6aaf28c9a96);});$marker.push(m_66bd939ad7010829ab65a6aaf28c9a96);}});}google.maps.event.addDomListener(window, 'load', initialize);