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.5579,-72.1144)};var g_1438feac49ab97e515d37abda44843f6 = new google.maps.Geocoder();g_1438feac49ab97e515d37abda44843f6.geocode( { 'address': "275 W Town St, Norwich, CT 06360, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('norwich-CT-eastern-federal-bank').style.display = '';map = new google.maps.Map(document.getElementById('norwich-CT-eastern-federal-bank'), mapOptions);}document.getElementById('8ac3120a').innerHTML += ' | View Map';var $l1438feac49ab97e515d37abda44843f6 = '

Eastern Federal Bank

Address: 275 W Town St, Norwich, CT 06360, USA
Phone:
';var m_1438feac49ab97e515d37abda44843f6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Eastern Federal Bank',});m_1438feac49ab97e515d37abda44843f6['infowindow'] = new google.maps.InfoWindow({content: $l1438feac49ab97e515d37abda44843f6});var infowindow = new google.maps.InfoWindow({content: $l1438feac49ab97e515d37abda44843f6});google.maps.event.addListener(m_1438feac49ab97e515d37abda44843f6, 'click', function() {infowindow.open(map,m_1438feac49ab97e515d37abda44843f6);});$marker.push(m_1438feac49ab97e515d37abda44843f6);}});}google.maps.event.addDomListener(window, 'load', initialize);