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.2926,-72.3821)};var g_ccc17e6a87dbff78c5c174486adb324d = new google.maps.Geocoder();g_ccc17e6a87dbff78c5c174486adb324d.geocode( { 'address': "840 Boston Post Rd, Old Saybrook, CT 06475, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('old-saybrook-CT-guilford-savings-bank').style.display = '';map = new google.maps.Map(document.getElementById('old-saybrook-CT-guilford-savings-bank'), mapOptions);}document.getElementById('f6ee2489').innerHTML += ' | View Map';var $lccc17e6a87dbff78c5c174486adb324d = '

Guilford Savings Bank

Address: 840 Boston Post Rd, Old Saybrook, CT 06475, USA
Phone: (203) 453-2721
';var m_ccc17e6a87dbff78c5c174486adb324d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Guilford Savings Bank',});m_ccc17e6a87dbff78c5c174486adb324d['infowindow'] = new google.maps.InfoWindow({content: $lccc17e6a87dbff78c5c174486adb324d});var infowindow = new google.maps.InfoWindow({content: $lccc17e6a87dbff78c5c174486adb324d});google.maps.event.addListener(m_ccc17e6a87dbff78c5c174486adb324d, 'click', function() {infowindow.open(map,m_ccc17e6a87dbff78c5c174486adb324d);});$marker.push(m_ccc17e6a87dbff78c5c174486adb324d);}});}google.maps.event.addDomListener(window, 'load', initialize);