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.2531,-71.4608)};var g_51bb254d1af7e6d9c5c43be0f7aeabca = new google.maps.Geocoder();g_51bb254d1af7e6d9c5c43be0f7aeabca.geocode( { 'address': "41 Front St, Ashland, MA 01721"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ashland-MA-needham-bank').style.display = '';map = new google.maps.Map(document.getElementById('ashland-MA-needham-bank'), mapOptions);}document.getElementById('0893e740').innerHTML += ' | View Map';var $l51bb254d1af7e6d9c5c43be0f7aeabca = '

Needham Bank

Address: 41 Front St, Ashland, MA 01721
Phone: (508) 881-1088
';var m_51bb254d1af7e6d9c5c43be0f7aeabca = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Needham Bank',});m_51bb254d1af7e6d9c5c43be0f7aeabca['infowindow'] = new google.maps.InfoWindow({content: $l51bb254d1af7e6d9c5c43be0f7aeabca});var infowindow = new google.maps.InfoWindow({content: $l51bb254d1af7e6d9c5c43be0f7aeabca});google.maps.event.addListener(m_51bb254d1af7e6d9c5c43be0f7aeabca, 'click', function() {infowindow.open(map,m_51bb254d1af7e6d9c5c43be0f7aeabca);});$marker.push(m_51bb254d1af7e6d9c5c43be0f7aeabca);}});}google.maps.event.addDomListener(window, 'load', initialize);