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.3261,-71.2315)};var g_b5d737b4ccad070a7ccae6fa6674d1dd = new google.maps.Geocoder();g_b5d737b4ccad070a7ccae6fa6674d1dd.geocode( { 'address': "89 Wyman St, Waban, MA 02468"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('waban-MA-the-village-bank').style.display = '';map = new google.maps.Map(document.getElementById('waban-MA-the-village-bank'), mapOptions);}document.getElementById('47845e73').innerHTML += ' | View Map';var $lb5d737b4ccad070a7ccae6fa6674d1dd = '

The Village Bank

Address: 89 Wyman St, Waban, MA 02468
Phone: (617) 558-9399
';var m_b5d737b4ccad070a7ccae6fa6674d1dd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'The Village Bank',});m_b5d737b4ccad070a7ccae6fa6674d1dd['infowindow'] = new google.maps.InfoWindow({content: $lb5d737b4ccad070a7ccae6fa6674d1dd});var infowindow = new google.maps.InfoWindow({content: $lb5d737b4ccad070a7ccae6fa6674d1dd});google.maps.event.addListener(m_b5d737b4ccad070a7ccae6fa6674d1dd, 'click', function() {infowindow.open(map,m_b5d737b4ccad070a7ccae6fa6674d1dd);});$marker.push(m_b5d737b4ccad070a7ccae6fa6674d1dd);}});}google.maps.event.addDomListener(window, 'load', initialize);