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.7825,-121.263)};var g_625862f0704f30d1398aa6e22508ee65 = new google.maps.Geocoder();g_625862f0704f30d1398aa6e22508ee65.geocode( { 'address': "6661 Stanford Ranch Rd A, Rocklin, CA 95677, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('rocklin-CA-cash-club').style.display = '';map = new google.maps.Map(document.getElementById('rocklin-CA-cash-club'), mapOptions);}document.getElementById('d9284bec').innerHTML += ' | View Map';var $l625862f0704f30d1398aa6e22508ee65 = '

Cash Club

Address: 6661 Stanford Ranch Rd A, Rocklin, CA 95677, USA
Phone: (916) 624-2010
';var m_625862f0704f30d1398aa6e22508ee65 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cash Club',});m_625862f0704f30d1398aa6e22508ee65['infowindow'] = new google.maps.InfoWindow({content: $l625862f0704f30d1398aa6e22508ee65});var infowindow = new google.maps.InfoWindow({content: $l625862f0704f30d1398aa6e22508ee65});google.maps.event.addListener(m_625862f0704f30d1398aa6e22508ee65, 'click', function() {infowindow.open(map,m_625862f0704f30d1398aa6e22508ee65);});$marker.push(m_625862f0704f30d1398aa6e22508ee65);}});}google.maps.event.addDomListener(window, 'load', initialize);