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.4593,-122.734)};var g_a5304bb9915d3c24097c6ec34d939577 = new google.maps.Geocoder();g_a5304bb9915d3c24097c6ec34d939577.geocode( { 'address': "1331 Guerneville Rd p, Santa Rosa, CA 95403, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('santa-rosa-CA-check-n-go').style.display = '';map = new google.maps.Map(document.getElementById('santa-rosa-CA-check-n-go'), mapOptions);}document.getElementById('d305e02b').innerHTML += ' | View Map';var $la5304bb9915d3c24097c6ec34d939577 = '

Check 'n Go

Address: 1331 Guerneville Rd p, Santa Rosa, CA 95403, USA
Phone: (707) 525-8300
';var m_a5304bb9915d3c24097c6ec34d939577 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Check 'n Go',});m_a5304bb9915d3c24097c6ec34d939577['infowindow'] = new google.maps.InfoWindow({content: $la5304bb9915d3c24097c6ec34d939577});var infowindow = new google.maps.InfoWindow({content: $la5304bb9915d3c24097c6ec34d939577});google.maps.event.addListener(m_a5304bb9915d3c24097c6ec34d939577, 'click', function() {infowindow.open(map,m_a5304bb9915d3c24097c6ec34d939577);});$marker.push(m_a5304bb9915d3c24097c6ec34d939577);}});}google.maps.event.addDomListener(window, 'load', initialize);