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.5556,-72.9102)};var g_da0960648502d422c8412a9b1c5bb73f = new google.maps.Geocoder();g_da0960648502d422c8412a9b1c5bb73f.geocode( { 'address': "609 W Johnson Ave, Cheshire, CT 06410, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cheshire-CT-webster-bank').style.display = '';map = new google.maps.Map(document.getElementById('cheshire-CT-webster-bank'), mapOptions);}document.getElementById('e951f4c4').innerHTML += ' | View Map';var $lda0960648502d422c8412a9b1c5bb73f = '

Webster Bank

Address: 609 W Johnson Ave, Cheshire, CT 06410, USA
Phone: (203) 271-7100
';var m_da0960648502d422c8412a9b1c5bb73f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Webster Bank',});m_da0960648502d422c8412a9b1c5bb73f['infowindow'] = new google.maps.InfoWindow({content: $lda0960648502d422c8412a9b1c5bb73f});var infowindow = new google.maps.InfoWindow({content: $lda0960648502d422c8412a9b1c5bb73f});google.maps.event.addListener(m_da0960648502d422c8412a9b1c5bb73f, 'click', function() {infowindow.open(map,m_da0960648502d422c8412a9b1c5bb73f);});$marker.push(m_da0960648502d422c8412a9b1c5bb73f);}});}google.maps.event.addDomListener(window, 'load', initialize);