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.3321,-71.2075)};var g_70e1a3c032f8b2a08d1ee55d5ceb23ef = new google.maps.Geocoder();g_70e1a3c032f8b2a08d1ee55d5ceb23ef.geocode( { 'address': "411 Watertown St, Nonantum, MA 02458"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('nonantum-MA-the-village-bank').style.display = '';map = new google.maps.Map(document.getElementById('nonantum-MA-the-village-bank'), mapOptions);}document.getElementById('c6c07c32').innerHTML += ' | View Map';var $l70e1a3c032f8b2a08d1ee55d5ceb23ef = '

The Village Bank

Address: 411 Watertown St, Nonantum, MA 02458
Phone: (617) 969-4301
';var m_70e1a3c032f8b2a08d1ee55d5ceb23ef = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'The Village Bank',});m_70e1a3c032f8b2a08d1ee55d5ceb23ef['infowindow'] = new google.maps.InfoWindow({content: $l70e1a3c032f8b2a08d1ee55d5ceb23ef});var infowindow = new google.maps.InfoWindow({content: $l70e1a3c032f8b2a08d1ee55d5ceb23ef});google.maps.event.addListener(m_70e1a3c032f8b2a08d1ee55d5ceb23ef, 'click', function() {infowindow.open(map,m_70e1a3c032f8b2a08d1ee55d5ceb23ef);});$marker.push(m_70e1a3c032f8b2a08d1ee55d5ceb23ef);}});}google.maps.event.addDomListener(window, 'load', initialize);