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.4774,-71.4467)};var g_92ae4a64aa9e157ff3b6296275c60202 = new google.maps.Geocoder();g_92ae4a64aa9e157ff3b6296275c60202.geocode( { 'address': "340 Great Rd, Acton, MA 01720"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('acton-MA-enterprise-bank').style.display = '';map = new google.maps.Map(document.getElementById('acton-MA-enterprise-bank'), mapOptions);}document.getElementById('24574278').innerHTML += ' | View Map';var $l92ae4a64aa9e157ff3b6296275c60202 = '

Enterprise Bank

Address: 340 Great Rd, Acton, MA 01720
Phone: (978) 263-2266
';var m_92ae4a64aa9e157ff3b6296275c60202 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Enterprise Bank',});m_92ae4a64aa9e157ff3b6296275c60202['infowindow'] = new google.maps.InfoWindow({content: $l92ae4a64aa9e157ff3b6296275c60202});var infowindow = new google.maps.InfoWindow({content: $l92ae4a64aa9e157ff3b6296275c60202});google.maps.event.addListener(m_92ae4a64aa9e157ff3b6296275c60202, 'click', function() {infowindow.open(map,m_92ae4a64aa9e157ff3b6296275c60202);});$marker.push(m_92ae4a64aa9e157ff3b6296275c60202);}});}google.maps.event.addDomListener(window, 'load', initialize);