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.3421,-73.0717)};var g_91d974a31bb21f91b2ea85483d0c7e14 = new google.maps.Geocoder();g_91d974a31bb21f91b2ea85483d0c7e14.geocode( { 'address': "200 Division St, Ansonia, CT 06401"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ansonia-CT-webster-bank').style.display = '';map = new google.maps.Map(document.getElementById('ansonia-CT-webster-bank'), mapOptions);}document.getElementById('332c88c2').innerHTML += ' | View Map';var $l91d974a31bb21f91b2ea85483d0c7e14 = '

Webster Bank

Address: 200 Division St, Ansonia, CT 06401
Phone: (203) 736-6950
';var m_91d974a31bb21f91b2ea85483d0c7e14 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Webster Bank',});m_91d974a31bb21f91b2ea85483d0c7e14['infowindow'] = new google.maps.InfoWindow({content: $l91d974a31bb21f91b2ea85483d0c7e14});var infowindow = new google.maps.InfoWindow({content: $l91d974a31bb21f91b2ea85483d0c7e14});google.maps.event.addListener(m_91d974a31bb21f91b2ea85483d0c7e14, 'click', function() {infowindow.open(map,m_91d974a31bb21f91b2ea85483d0c7e14);});$marker.push(m_91d974a31bb21f91b2ea85483d0c7e14);}});}google.maps.event.addDomListener(window, 'load', initialize);