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.5547,-122.01)};var g_2293b6edba0a1fef288e6dacdcb38689 = new google.maps.Geocoder();g_2293b6edba0a1fef288e6dacdcb38689.geocode( { 'address': "4343 Peralta Blvd, Fremont, CA 94536, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fremont-CA-the-bay-auto').style.display = '';map = new google.maps.Map(document.getElementById('fremont-CA-the-bay-auto'), mapOptions);}document.getElementById('2561746c').innerHTML += ' | View Map';var $l2293b6edba0a1fef288e6dacdcb38689 = '

The Bay Auto

Address: 4343 Peralta Blvd, Fremont, CA 94536, USA
Phone: (510) 713-2111
';var m_2293b6edba0a1fef288e6dacdcb38689 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'The Bay Auto',});m_2293b6edba0a1fef288e6dacdcb38689['infowindow'] = new google.maps.InfoWindow({content: $l2293b6edba0a1fef288e6dacdcb38689});var infowindow = new google.maps.InfoWindow({content: $l2293b6edba0a1fef288e6dacdcb38689});google.maps.event.addListener(m_2293b6edba0a1fef288e6dacdcb38689, 'click', function() {infowindow.open(map,m_2293b6edba0a1fef288e6dacdcb38689);});$marker.push(m_2293b6edba0a1fef288e6dacdcb38689);}});}google.maps.event.addDomListener(window, 'load', initialize);