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.7606,-122.26)};var g_c556184b3fe2087834850b68fa435cee = new google.maps.Geocoder();g_c556184b3fe2087834850b68fa435cee.geocode( { 'address': "811 Marina Village Pkwy, Alameda, CA 94501"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('alameda-CA-check-n-go').style.display = '';map = new google.maps.Map(document.getElementById('alameda-CA-check-n-go'), mapOptions);}document.getElementById('bd8b158b').innerHTML += ' | View Map';var $lc556184b3fe2087834850b68fa435cee = '

Check'n Go

Address: 811 Marina Village Pkwy, Alameda, CA 94501
Phone: (510) 769-6700
';var m_c556184b3fe2087834850b68fa435cee = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Check'n Go',});m_c556184b3fe2087834850b68fa435cee['infowindow'] = new google.maps.InfoWindow({content: $lc556184b3fe2087834850b68fa435cee});var infowindow = new google.maps.InfoWindow({content: $lc556184b3fe2087834850b68fa435cee});google.maps.event.addListener(m_c556184b3fe2087834850b68fa435cee, 'click', function() {infowindow.open(map,m_c556184b3fe2087834850b68fa435cee);});$marker.push(m_c556184b3fe2087834850b68fa435cee);}});}google.maps.event.addDomListener(window, 'load', initialize);