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.2997,-72.3904)};var g_45795d9219dc76fcd47f1925699025f3 = new google.maps.Geocoder();g_45795d9219dc76fcd47f1925699025f3.geocode( { 'address': "155 Main St, Old Saybrook, CT 06475"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('old-saybrook-CT-essex-savings-bank').style.display = '';map = new google.maps.Map(document.getElementById('old-saybrook-CT-essex-savings-bank'), mapOptions);}document.getElementById('2525f725').innerHTML += ' | View Map';var $l45795d9219dc76fcd47f1925699025f3 = '

Essex Savings Bank

Address: 155 Main St, Old Saybrook, CT 06475
Phone: (860) 388-3543
';var m_45795d9219dc76fcd47f1925699025f3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Essex Savings Bank',});m_45795d9219dc76fcd47f1925699025f3['infowindow'] = new google.maps.InfoWindow({content: $l45795d9219dc76fcd47f1925699025f3});var infowindow = new google.maps.InfoWindow({content: $l45795d9219dc76fcd47f1925699025f3});google.maps.event.addListener(m_45795d9219dc76fcd47f1925699025f3, 'click', function() {infowindow.open(map,m_45795d9219dc76fcd47f1925699025f3);});$marker.push(m_45795d9219dc76fcd47f1925699025f3);}});}google.maps.event.addDomListener(window, 'load', initialize);