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.3605,-71.7876)};var g_fcb42e086cf865210c7076d21302cb97 = new google.maps.Geocoder();g_fcb42e086cf865210c7076d21302cb97.geocode( { 'address': "231 W Boylston St, West Boylston, MA 01583"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('west-boylston-MA-clinton-savings-bank').style.display = '';map = new google.maps.Map(document.getElementById('west-boylston-MA-clinton-savings-bank'), mapOptions);}document.getElementById('f1b3c2a8').innerHTML += ' | View Map';var $lfcb42e086cf865210c7076d21302cb97 = '

Clinton Savings Bank

Address: 231 W Boylston St, West Boylston, MA 01583
Phone: (508) 835-9944
';var m_fcb42e086cf865210c7076d21302cb97 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Clinton Savings Bank',});m_fcb42e086cf865210c7076d21302cb97['infowindow'] = new google.maps.InfoWindow({content: $lfcb42e086cf865210c7076d21302cb97});var infowindow = new google.maps.InfoWindow({content: $lfcb42e086cf865210c7076d21302cb97});google.maps.event.addListener(m_fcb42e086cf865210c7076d21302cb97, 'click', function() {infowindow.open(map,m_fcb42e086cf865210c7076d21302cb97);});$marker.push(m_fcb42e086cf865210c7076d21302cb97);}});}google.maps.event.addDomListener(window, 'load', initialize);