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.199,-73.1229)};var g_9e3fbb565b6d6058a3de026f8a5e7e88 = new google.maps.Geocoder();g_9e3fbb565b6d6058a3de026f8a5e7e88.geocode( { 'address': "450 Barnum Avenue Cutoff, Stratford, CT 06614, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('stratford-CT-webster-bank').style.display = '';map = new google.maps.Map(document.getElementById('stratford-CT-webster-bank'), mapOptions);}document.getElementById('f1af9c11').innerHTML += ' | View Map';var $l9e3fbb565b6d6058a3de026f8a5e7e88 = '

Webster Bank

Address: 450 Barnum Avenue Cutoff, Stratford, CT 06614, USA
Phone: (203) 375-8153
';var m_9e3fbb565b6d6058a3de026f8a5e7e88 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Webster Bank',});m_9e3fbb565b6d6058a3de026f8a5e7e88['infowindow'] = new google.maps.InfoWindow({content: $l9e3fbb565b6d6058a3de026f8a5e7e88});var infowindow = new google.maps.InfoWindow({content: $l9e3fbb565b6d6058a3de026f8a5e7e88});google.maps.event.addListener(m_9e3fbb565b6d6058a3de026f8a5e7e88, 'click', function() {infowindow.open(map,m_9e3fbb565b6d6058a3de026f8a5e7e88);});$marker.push(m_9e3fbb565b6d6058a3de026f8a5e7e88);}});}google.maps.event.addDomListener(window, 'load', initialize);