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_bb5e2c8c1c4b94480182b27de9e59821 = new google.maps.Geocoder();g_bb5e2c8c1c4b94480182b27de9e59821.geocode( { 'address': "1070 Lexington St, Waltham, MA 02452"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('waltham-MA-belmont-savings-bank').style.display = '';map = new google.maps.Map(document.getElementById('waltham-MA-belmont-savings-bank'), mapOptions);}document.getElementById('4ccb1417').innerHTML += ' | View Map';var $lbb5e2c8c1c4b94480182b27de9e59821 = '

Belmont Savings Bank

Address: 1070 Lexington St, Waltham, MA 02452
Phone: Branchphone781899180
';var m_bb5e2c8c1c4b94480182b27de9e59821 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Belmont Savings Bank',});m_bb5e2c8c1c4b94480182b27de9e59821['infowindow'] = new google.maps.InfoWindow({content: $lbb5e2c8c1c4b94480182b27de9e59821});var infowindow = new google.maps.InfoWindow({content: $lbb5e2c8c1c4b94480182b27de9e59821});google.maps.event.addListener(m_bb5e2c8c1c4b94480182b27de9e59821, 'click', function() {infowindow.open(map,m_bb5e2c8c1c4b94480182b27de9e59821);});$marker.push(m_bb5e2c8c1c4b94480182b27de9e59821);}});}google.maps.event.addDomListener(window, 'load', initialize);