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.3711,-120.8)};var g_48284705301fd15bc53286c20601fff4 = new google.maps.Geocoder();g_48284705301fd15bc53286c20601fff4.geocode( { 'address': "11248 Old Mill Ln Suite 20, Jackson, CA 95642, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('jackson-CA-check-n-go').style.display = '';map = new google.maps.Map(document.getElementById('jackson-CA-check-n-go'), mapOptions);}document.getElementById('b38a3f4e').innerHTML += ' | View Map';var $l48284705301fd15bc53286c20601fff4 = '

Check 'n Go

Address: 11248 Old Mill Ln Suite 20, Jackson, CA 95642, USA
Phone: (209) 257-0636
';var m_48284705301fd15bc53286c20601fff4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Check 'n Go',});m_48284705301fd15bc53286c20601fff4['infowindow'] = new google.maps.InfoWindow({content: $l48284705301fd15bc53286c20601fff4});var infowindow = new google.maps.InfoWindow({content: $l48284705301fd15bc53286c20601fff4});google.maps.event.addListener(m_48284705301fd15bc53286c20601fff4, 'click', function() {infowindow.open(map,m_48284705301fd15bc53286c20601fff4);});$marker.push(m_48284705301fd15bc53286c20601fff4);}});}google.maps.event.addDomListener(window, 'load', initialize);