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(42.0131,-71.0008)};var g_f2e43a07fa3af3585022922302419059 = new google.maps.Geocoder();g_f2e43a07fa3af3585022922302419059.geocode( { 'address': "181 S Main St, West Bridgewater, MA 02379, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('west-bridgewater-MA-auto-drive-one').style.display = '';map = new google.maps.Map(document.getElementById('west-bridgewater-MA-auto-drive-one'), mapOptions);}document.getElementById('fbbb628a').innerHTML += ' | View Map';var $lf2e43a07fa3af3585022922302419059 = '

Auto Drive One

Address: 181 S Main St, West Bridgewater, MA 02379, USA
Phone: (508) 584-8200
';var m_f2e43a07fa3af3585022922302419059 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Auto Drive One',});m_f2e43a07fa3af3585022922302419059['infowindow'] = new google.maps.InfoWindow({content: $lf2e43a07fa3af3585022922302419059});var infowindow = new google.maps.InfoWindow({content: $lf2e43a07fa3af3585022922302419059});google.maps.event.addListener(m_f2e43a07fa3af3585022922302419059, 'click', function() {infowindow.open(map,m_f2e43a07fa3af3585022922302419059);});$marker.push(m_f2e43a07fa3af3585022922302419059);}});}google.maps.event.addDomListener(window, 'load', initialize);