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(34.9233,-120.432)};var g_0346b9e18517d90705d4ef09e5b3a16b = new google.maps.Geocoder();g_0346b9e18517d90705d4ef09e5b3a16b.geocode( { 'address': "325 East Betteravia Road, Unit B-6A, Santa Maria, CA 93454, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('santa-maria-CA-check-n-go').style.display = '';map = new google.maps.Map(document.getElementById('santa-maria-CA-check-n-go'), mapOptions);}document.getElementById('7a7b9333').innerHTML += ' | View Map';var $l0346b9e18517d90705d4ef09e5b3a16b = '

Check 'n Go

Address: 325 East Betteravia Road, Unit B-6A, Santa Maria, CA 93454, USA
Phone: (805) 928-1701
';var m_0346b9e18517d90705d4ef09e5b3a16b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Check 'n Go',});m_0346b9e18517d90705d4ef09e5b3a16b['infowindow'] = new google.maps.InfoWindow({content: $l0346b9e18517d90705d4ef09e5b3a16b});var infowindow = new google.maps.InfoWindow({content: $l0346b9e18517d90705d4ef09e5b3a16b});google.maps.event.addListener(m_0346b9e18517d90705d4ef09e5b3a16b, 'click', function() {infowindow.open(map,m_0346b9e18517d90705d4ef09e5b3a16b);});$marker.push(m_0346b9e18517d90705d4ef09e5b3a16b);}});}google.maps.event.addDomListener(window, 'load', initialize);