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.4899,-71.2729)};var g_8b5871528335103533d02d1a9f8c629e = new google.maps.Geocoder();g_8b5871528335103533d02d1a9f8c629e.geocode( { 'address': "186 Great Rd, Bedford, MA 01730, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bedford-MA-middlesex-savings-bank').style.display = '';map = new google.maps.Map(document.getElementById('bedford-MA-middlesex-savings-bank'), mapOptions);}document.getElementById('10e05f05').innerHTML += ' | View Map';var $l8b5871528335103533d02d1a9f8c629e = '

Middlesex Savings Bank

Address: 186 Great Rd, Bedford, MA 01730, USA
Phone: (781) 276-7864
';var m_8b5871528335103533d02d1a9f8c629e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Middlesex Savings Bank',});m_8b5871528335103533d02d1a9f8c629e['infowindow'] = new google.maps.InfoWindow({content: $l8b5871528335103533d02d1a9f8c629e});var infowindow = new google.maps.InfoWindow({content: $l8b5871528335103533d02d1a9f8c629e});google.maps.event.addListener(m_8b5871528335103533d02d1a9f8c629e, 'click', function() {infowindow.open(map,m_8b5871528335103533d02d1a9f8c629e);});$marker.push(m_8b5871528335103533d02d1a9f8c629e);}});}google.maps.event.addDomListener(window, 'load', initialize);