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.1677,-71.3601)};var g_c68bd9055776bf38d8fc43c0ed283678 = new google.maps.Geocoder();g_c68bd9055776bf38d8fc43c0ed283678.geocode( { 'address': "857 Main St, Millis, MA 02054"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('millis-MA-needham-bank').style.display = '';map = new google.maps.Map(document.getElementById('millis-MA-needham-bank'), mapOptions);}document.getElementById('0214cef7').innerHTML += ' | View Map';var $lc68bd9055776bf38d8fc43c0ed283678 = '

Needham Bank

Address: 857 Main St, Millis, MA 02054
Phone: (508) 376-8759
';var m_c68bd9055776bf38d8fc43c0ed283678 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Needham Bank',});m_c68bd9055776bf38d8fc43c0ed283678['infowindow'] = new google.maps.InfoWindow({content: $lc68bd9055776bf38d8fc43c0ed283678});var infowindow = new google.maps.InfoWindow({content: $lc68bd9055776bf38d8fc43c0ed283678});google.maps.event.addListener(m_c68bd9055776bf38d8fc43c0ed283678, 'click', function() {infowindow.open(map,m_c68bd9055776bf38d8fc43c0ed283678);});$marker.push(m_c68bd9055776bf38d8fc43c0ed283678);}});}google.maps.event.addDomListener(window, 'load', initialize);