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.1388,-73.3989)};var g_b227e90d5c87a54470a346bc159380ef = new google.maps.Geocoder();g_b227e90d5c87a54470a346bc159380ef.geocode( { 'address': "219 Newtown Ave, Wilton, CT 06897, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('wilton-CT-webster-bank').style.display = '';map = new google.maps.Map(document.getElementById('wilton-CT-webster-bank'), mapOptions);}document.getElementById('8304b5f2').innerHTML += ' | View Map';var $lb227e90d5c87a54470a346bc159380ef = '

Webster Bank

Address: 219 Newtown Ave, Wilton, CT 06897, USA
Phone: (203) 563-1150
';var m_b227e90d5c87a54470a346bc159380ef = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Webster Bank',});m_b227e90d5c87a54470a346bc159380ef['infowindow'] = new google.maps.InfoWindow({content: $lb227e90d5c87a54470a346bc159380ef});var infowindow = new google.maps.InfoWindow({content: $lb227e90d5c87a54470a346bc159380ef});google.maps.event.addListener(m_b227e90d5c87a54470a346bc159380ef, 'click', function() {infowindow.open(map,m_b227e90d5c87a54470a346bc159380ef);});$marker.push(m_b227e90d5c87a54470a346bc159380ef);}});}google.maps.event.addDomListener(window, 'load', initialize);