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.3614,-120.605)};var g_98c39996bf1543e974747a2549b3107c = new google.maps.Geocoder();g_98c39996bf1543e974747a2549b3107c.geocode( { 'address': "1139 Bellevue Rd, Atwater, CA 95301, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('atwater-CA-check-n-go').style.display = '';map = new google.maps.Map(document.getElementById('atwater-CA-check-n-go'), mapOptions);}document.getElementById('fcd3f720').innerHTML += ' | View Map';var $l98c39996bf1543e974747a2549b3107c = '

Check 'n Go

Address: 1139 Bellevue Rd, Atwater, CA 95301, USA
Phone: (209) 357-5527
';var m_98c39996bf1543e974747a2549b3107c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Check 'n Go',});m_98c39996bf1543e974747a2549b3107c['infowindow'] = new google.maps.InfoWindow({content: $l98c39996bf1543e974747a2549b3107c});var infowindow = new google.maps.InfoWindow({content: $l98c39996bf1543e974747a2549b3107c});google.maps.event.addListener(m_98c39996bf1543e974747a2549b3107c, 'click', function() {infowindow.open(map,m_98c39996bf1543e974747a2549b3107c);});$marker.push(m_98c39996bf1543e974747a2549b3107c);}});}google.maps.event.addDomListener(window, 'load', initialize);