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(40.1819,-122.227)};var g_f2ea4691c2cd59ab170b54c001db5b04 = new google.maps.Geocoder();g_f2ea4691c2cd59ab170b54c001db5b04.geocode( { 'address': "134 Belle Mill Rd, Red Bluff, CA 96080, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('red-bluff-CA-check-n-go').style.display = '';map = new google.maps.Map(document.getElementById('red-bluff-CA-check-n-go'), mapOptions);}document.getElementById('c50ddeae').innerHTML += ' | View Map';var $lf2ea4691c2cd59ab170b54c001db5b04 = '

Check 'n Go

Address: 134 Belle Mill Rd, Red Bluff, CA 96080, USA
Phone: (530) 527-6895
';var m_f2ea4691c2cd59ab170b54c001db5b04 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Check 'n Go',});m_f2ea4691c2cd59ab170b54c001db5b04['infowindow'] = new google.maps.InfoWindow({content: $lf2ea4691c2cd59ab170b54c001db5b04});var infowindow = new google.maps.InfoWindow({content: $lf2ea4691c2cd59ab170b54c001db5b04});google.maps.event.addListener(m_f2ea4691c2cd59ab170b54c001db5b04, 'click', function() {infowindow.open(map,m_f2ea4691c2cd59ab170b54c001db5b04);});$marker.push(m_f2ea4691c2cd59ab170b54c001db5b04);}});}google.maps.event.addDomListener(window, 'load', initialize);