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(38.2485,-122.627)};var g_787e31211573dd825e7f26a9b6725b25 = new google.maps.Geocoder();g_787e31211573dd825e7f26a9b6725b25.geocode( { 'address': "123 N McDowell Blvd, Petaluma, CA 94954, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('petaluma-CA-check-n-go').style.display = '';map = new google.maps.Map(document.getElementById('petaluma-CA-check-n-go'), mapOptions);}document.getElementById('eacd5197').innerHTML += ' | View Map';var $l787e31211573dd825e7f26a9b6725b25 = '

Check 'n Go

Address: 123 N McDowell Blvd, Petaluma, CA 94954, USA
Phone: (707) 763-0490
';var m_787e31211573dd825e7f26a9b6725b25 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Check 'n Go',});m_787e31211573dd825e7f26a9b6725b25['infowindow'] = new google.maps.InfoWindow({content: $l787e31211573dd825e7f26a9b6725b25});var infowindow = new google.maps.InfoWindow({content: $l787e31211573dd825e7f26a9b6725b25});google.maps.event.addListener(m_787e31211573dd825e7f26a9b6725b25, 'click', function() {infowindow.open(map,m_787e31211573dd825e7f26a9b6725b25);});$marker.push(m_787e31211573dd825e7f26a9b6725b25);}});}google.maps.event.addDomListener(window, 'load', initialize);