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(41.2835,-70.0989)};var g_653ac363254803c29846fd06013fd50e = new google.maps.Geocoder();g_653ac363254803c29846fd06013fd50e.geocode( { 'address': "35 Main St, Nantucket, MA 02554, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('nantucket-MA-hingham-institution-for-savings').style.display = '';map = new google.maps.Map(document.getElementById('nantucket-MA-hingham-institution-for-savings'), mapOptions);}document.getElementById('bfe22ec1').innerHTML += ' | View Map';var $l653ac363254803c29846fd06013fd50e = '

Hingham Institution for Savings

Address: 35 Main St, Nantucket, MA 02554, USA
Phone: (508) 228-1976
';var m_653ac363254803c29846fd06013fd50e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Hingham Institution for Savings',});m_653ac363254803c29846fd06013fd50e['infowindow'] = new google.maps.InfoWindow({content: $l653ac363254803c29846fd06013fd50e});var infowindow = new google.maps.InfoWindow({content: $l653ac363254803c29846fd06013fd50e});google.maps.event.addListener(m_653ac363254803c29846fd06013fd50e, 'click', function() {infowindow.open(map,m_653ac363254803c29846fd06013fd50e);});$marker.push(m_653ac363254803c29846fd06013fd50e);}});}google.maps.event.addDomListener(window, 'load', initialize);