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.9833,-120.385)};var g_e4bb4751286d1511e9ec4030a50d6fab = new google.maps.Geocoder();g_e4bb4751286d1511e9ec4030a50d6fab.geocode( { 'address': "150 W Stockton St, Sonora, CA 95370, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sonora-CA-check-n-go').style.display = '';map = new google.maps.Map(document.getElementById('sonora-CA-check-n-go'), mapOptions);}document.getElementById('5da42778').innerHTML += ' | View Map';var $le4bb4751286d1511e9ec4030a50d6fab = '

Check 'n Go

Address: 150 W Stockton St, Sonora, CA 95370, USA
Phone: (209) 533-1716
';var m_e4bb4751286d1511e9ec4030a50d6fab = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Check 'n Go',});m_e4bb4751286d1511e9ec4030a50d6fab['infowindow'] = new google.maps.InfoWindow({content: $le4bb4751286d1511e9ec4030a50d6fab});var infowindow = new google.maps.InfoWindow({content: $le4bb4751286d1511e9ec4030a50d6fab});google.maps.event.addListener(m_e4bb4751286d1511e9ec4030a50d6fab, 'click', function() {infowindow.open(map,m_e4bb4751286d1511e9ec4030a50d6fab);});$marker.push(m_e4bb4751286d1511e9ec4030a50d6fab);}});}google.maps.event.addDomListener(window, 'load', initialize);