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.5842,-72.4977)};var g_0090e9b8adf1a5fccf110625b6969a2f = new google.maps.Geocoder();g_0090e9b8adf1a5fccf110625b6969a2f.geocode( { 'address': "50 E High St, East Hampton, CT 06424, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('east-hampton-CT-savings-institute-bank--trust').style.display = '';map = new google.maps.Map(document.getElementById('east-hampton-CT-savings-institute-bank--trust'), mapOptions);}document.getElementById('4ee80968').innerHTML += ' | View Map';var $l0090e9b8adf1a5fccf110625b6969a2f = '

Savings Institute Bank & Trust

Address: 50 E High St, East Hampton, CT 06424, USA
Phone: (860) 267-0231
';var m_0090e9b8adf1a5fccf110625b6969a2f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Savings Institute Bank & Trust',});m_0090e9b8adf1a5fccf110625b6969a2f['infowindow'] = new google.maps.InfoWindow({content: $l0090e9b8adf1a5fccf110625b6969a2f});var infowindow = new google.maps.InfoWindow({content: $l0090e9b8adf1a5fccf110625b6969a2f});google.maps.event.addListener(m_0090e9b8adf1a5fccf110625b6969a2f, 'click', function() {infowindow.open(map,m_0090e9b8adf1a5fccf110625b6969a2f);});$marker.push(m_0090e9b8adf1a5fccf110625b6969a2f);}});}google.maps.event.addDomListener(window, 'load', initialize);