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.7392,-121.438)};var g_c9f06bc7b46d0247a91c8fc665c13d0e = new google.maps.Geocoder();g_c9f06bc7b46d0247a91c8fc665c13d0e.geocode( { 'address': "874 W 11th St, Tracy, CA 95376, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('tracy-CA-check-n-go').style.display = '';map = new google.maps.Map(document.getElementById('tracy-CA-check-n-go'), mapOptions);}document.getElementById('b5c7c93f').innerHTML += ' | View Map';var $lc9f06bc7b46d0247a91c8fc665c13d0e = '

Check 'n Go

Address: 874 W 11th St, Tracy, CA 95376, USA
Phone: (209) 830-2900
';var m_c9f06bc7b46d0247a91c8fc665c13d0e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Check 'n Go',});m_c9f06bc7b46d0247a91c8fc665c13d0e['infowindow'] = new google.maps.InfoWindow({content: $lc9f06bc7b46d0247a91c8fc665c13d0e});var infowindow = new google.maps.InfoWindow({content: $lc9f06bc7b46d0247a91c8fc665c13d0e});google.maps.event.addListener(m_c9f06bc7b46d0247a91c8fc665c13d0e, 'click', function() {infowindow.open(map,m_c9f06bc7b46d0247a91c8fc665c13d0e);});$marker.push(m_c9f06bc7b46d0247a91c8fc665c13d0e);}});}google.maps.event.addDomListener(window, 'load', initialize);