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.7868,-121.215)};var g_f2b50255f80e6fe6c7cac43fd89bd820 = new google.maps.Geocoder();g_f2b50255f80e6fe6c7cac43fd89bd820.geocode( { 'address': "1142 S Main St, Manteca, CA 95337, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('manteca-CA-check-n-go').style.display = '';map = new google.maps.Map(document.getElementById('manteca-CA-check-n-go'), mapOptions);}document.getElementById('a14155f3').innerHTML += ' | View Map';var $lf2b50255f80e6fe6c7cac43fd89bd820 = '

Check 'n Go

Address: 1142 S Main St, Manteca, CA 95337, USA
Phone: (209) 239-7800
';var m_f2b50255f80e6fe6c7cac43fd89bd820 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Check 'n Go',});m_f2b50255f80e6fe6c7cac43fd89bd820['infowindow'] = new google.maps.InfoWindow({content: $lf2b50255f80e6fe6c7cac43fd89bd820});var infowindow = new google.maps.InfoWindow({content: $lf2b50255f80e6fe6c7cac43fd89bd820});google.maps.event.addListener(m_f2b50255f80e6fe6c7cac43fd89bd820, 'click', function() {infowindow.open(map,m_f2b50255f80e6fe6c7cac43fd89bd820);});$marker.push(m_f2b50255f80e6fe6c7cac43fd89bd820);}});}google.maps.event.addDomListener(window, 'load', initialize);