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(37.9673,-121.297)};var g_b711bf77521e9a477d55ec3561bf6a16 = new google.maps.Geocoder();g_b711bf77521e9a477d55ec3561bf6a16.geocode( { 'address': "101 W Harding Way, Stockton, CA 95204, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('stockton-CA-check-n-go').style.display = '';map = new google.maps.Map(document.getElementById('stockton-CA-check-n-go'), mapOptions);}document.getElementById('ee942232').innerHTML += ' | View Map';var $lb711bf77521e9a477d55ec3561bf6a16 = '

Check 'n Go

Address: 101 W Harding Way, Stockton, CA 95204, USA
Phone: (209) 463-1111
';var m_b711bf77521e9a477d55ec3561bf6a16 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Check 'n Go',});m_b711bf77521e9a477d55ec3561bf6a16['infowindow'] = new google.maps.InfoWindow({content: $lb711bf77521e9a477d55ec3561bf6a16});var infowindow = new google.maps.InfoWindow({content: $lb711bf77521e9a477d55ec3561bf6a16});google.maps.event.addListener(m_b711bf77521e9a477d55ec3561bf6a16, 'click', function() {infowindow.open(map,m_b711bf77521e9a477d55ec3561bf6a16);});$marker.push(m_b711bf77521e9a477d55ec3561bf6a16);}});var g_9a14ec361fce610fe377f9ddac34d238 = new google.maps.Geocoder();g_9a14ec361fce610fe377f9ddac34d238.geocode( { 'address': "980 W Robinhood Dr Suite 3B, Stockton, CA 95207, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('stockton-CA-check-n-go').style.display = '';map = new google.maps.Map(document.getElementById('stockton-CA-check-n-go'), mapOptions);}document.getElementById('0a5e824a').innerHTML += ' | View Map';var $l9a14ec361fce610fe377f9ddac34d238 = '

Check 'n Go

Address: 980 W Robinhood Dr Suite 3B, Stockton, CA 95207, USA
Phone: (209) 477-4444
';var m_9a14ec361fce610fe377f9ddac34d238 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Check 'n Go',});m_9a14ec361fce610fe377f9ddac34d238['infowindow'] = new google.maps.InfoWindow({content: $l9a14ec361fce610fe377f9ddac34d238});var infowindow = new google.maps.InfoWindow({content: $l9a14ec361fce610fe377f9ddac34d238});google.maps.event.addListener(m_9a14ec361fce610fe377f9ddac34d238, 'click', function() {infowindow.open(map,m_9a14ec361fce610fe377f9ddac34d238);});$marker.push(m_9a14ec361fce610fe377f9ddac34d238);}});}google.maps.event.addDomListener(window, 'load', initialize);