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.5085,-71.2013)};var g_d914a6c6d93c8df063b9099a076a488c = new google.maps.Geocoder();g_d914a6c6d93c8df063b9099a076a488c.geocode( { 'address': "75 Middlesex Tpke, Burlington, MA 01803"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('burlington-MA-salem-five-cents-savings-bank').style.display = '';map = new google.maps.Map(document.getElementById('burlington-MA-salem-five-cents-savings-bank'), mapOptions);}document.getElementById('0f85f73b').innerHTML += ' | View Map';var $ld914a6c6d93c8df063b9099a076a488c = '

Salem Five Cents Savings Bank

Address: 75 Middlesex Tpke, Burlington, MA 01803
Phone: (781) 505-8341
';var m_d914a6c6d93c8df063b9099a076a488c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Salem Five Cents Savings Bank',});m_d914a6c6d93c8df063b9099a076a488c['infowindow'] = new google.maps.InfoWindow({content: $ld914a6c6d93c8df063b9099a076a488c});var infowindow = new google.maps.InfoWindow({content: $ld914a6c6d93c8df063b9099a076a488c});google.maps.event.addListener(m_d914a6c6d93c8df063b9099a076a488c, 'click', function() {infowindow.open(map,m_d914a6c6d93c8df063b9099a076a488c);});$marker.push(m_d914a6c6d93c8df063b9099a076a488c);}});}google.maps.event.addDomListener(window, 'load', initialize);