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.5601,-72.5014)};var g_ac894bcbadb0692e692ba49e19bc219b = new google.maps.Geocoder();g_ac894bcbadb0692e692ba49e19bc219b.geocode( { 'address': "50 E High St, East Hampton, CT 06424"}, 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('281830d8').innerHTML += ' | View Map';var $lac894bcbadb0692e692ba49e19bc219b = '

Savings Institute Bank & Trust

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