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.0132,-71.0007)};var g_9e43f0faf742b7d14a29aa515e11330c = new google.maps.Geocoder();g_9e43f0faf742b7d14a29aa515e11330c.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-massachusetts-auto-loan-store').style.display = '';map = new google.maps.Map(document.getElementById('west-bridgewater-MA-massachusetts-auto-loan-store'), mapOptions);}document.getElementById('fbbb628a').innerHTML += ' | View Map';var $l9e43f0faf742b7d14a29aa515e11330c = '

Massachusetts Auto Loan Store

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