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.3992,-71.2625)};var g_08d98638c6fcd194a4b1e6992063e944 = new google.maps.Geocoder();g_08d98638c6fcd194a4b1e6992063e944.geocode( { 'address': "6 Lexington St, Waltham, MA 02452"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('waltham-MA-watertown-savings-bank').style.display = '';map = new google.maps.Map(document.getElementById('waltham-MA-watertown-savings-bank'), mapOptions);}document.getElementById('ce8da6fc').innerHTML += ' | View Map';var $l08d98638c6fcd194a4b1e6992063e944 = '

Watertown Savings Bank

Address: 6 Lexington St, Waltham, MA 02452
Phone: (617) 928-9000
';var m_08d98638c6fcd194a4b1e6992063e944 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Watertown Savings Bank',});m_08d98638c6fcd194a4b1e6992063e944['infowindow'] = new google.maps.InfoWindow({content: $l08d98638c6fcd194a4b1e6992063e944});var infowindow = new google.maps.InfoWindow({content: $l08d98638c6fcd194a4b1e6992063e944});google.maps.event.addListener(m_08d98638c6fcd194a4b1e6992063e944, 'click', function() {infowindow.open(map,m_08d98638c6fcd194a4b1e6992063e944);});$marker.push(m_08d98638c6fcd194a4b1e6992063e944);}});}google.maps.event.addDomListener(window, 'load', initialize);