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.5684,-122.371)};var g_2cc554edcbef26dedaf4004cfaf4f3d0 = new google.maps.Geocoder();g_2cc554edcbef26dedaf4004cfaf4f3d0.geocode( { 'address': "54 Lake Blvd, Redding, CA 96003, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('redding-CA-check-n-go').style.display = '';map = new google.maps.Map(document.getElementById('redding-CA-check-n-go'), mapOptions);}document.getElementById('4869c97b').innerHTML += ' | View Map';var $l2cc554edcbef26dedaf4004cfaf4f3d0 = '

Check 'n Go

Address: 54 Lake Blvd, Redding, CA 96003, USA
Phone: (530) 242-2070
';var m_2cc554edcbef26dedaf4004cfaf4f3d0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Check 'n Go',});m_2cc554edcbef26dedaf4004cfaf4f3d0['infowindow'] = new google.maps.InfoWindow({content: $l2cc554edcbef26dedaf4004cfaf4f3d0});var infowindow = new google.maps.InfoWindow({content: $l2cc554edcbef26dedaf4004cfaf4f3d0});google.maps.event.addListener(m_2cc554edcbef26dedaf4004cfaf4f3d0, 'click', function() {infowindow.open(map,m_2cc554edcbef26dedaf4004cfaf4f3d0);});$marker.push(m_2cc554edcbef26dedaf4004cfaf4f3d0);}});var g_2065825bd2f312354c6687e159735820 = new google.maps.Geocoder();g_2065825bd2f312354c6687e159735820.geocode( { 'address': "112 Hartnell Ave, Redding, CA 96002, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('redding-CA-check-n-go').style.display = '';map = new google.maps.Map(document.getElementById('redding-CA-check-n-go'), mapOptions);}document.getElementById('75deff4a').innerHTML += ' | View Map';var $l2065825bd2f312354c6687e159735820 = '

Check 'n Go

Address: 112 Hartnell Ave, Redding, CA 96002, USA
Phone: (530) 226-5444
';var m_2065825bd2f312354c6687e159735820 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Check 'n Go',});m_2065825bd2f312354c6687e159735820['infowindow'] = new google.maps.InfoWindow({content: $l2065825bd2f312354c6687e159735820});var infowindow = new google.maps.InfoWindow({content: $l2065825bd2f312354c6687e159735820});google.maps.event.addListener(m_2065825bd2f312354c6687e159735820, 'click', function() {infowindow.open(map,m_2065825bd2f312354c6687e159735820);});$marker.push(m_2065825bd2f312354c6687e159735820);}});}google.maps.event.addDomListener(window, 'load', initialize);