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.5918,-72.9727)};var g_2de5d16682c3c35007e4e92982f1a2ba = new google.maps.Geocoder();g_2de5d16682c3c35007e4e92982f1a2ba.geocode( { 'address': "421 Wolcott Rd, Wolcott, CT 06716"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('wolcott-CT-people-s-united-bank').style.display = '';map = new google.maps.Map(document.getElementById('wolcott-CT-people-s-united-bank'), mapOptions);}document.getElementById('3d023ec5').innerHTML += ' | View Map';var $l2de5d16682c3c35007e4e92982f1a2ba = '

People's United Bank

Address: 421 Wolcott Rd, Wolcott, CT 06716
Phone: (203) 879-5371
';var m_2de5d16682c3c35007e4e92982f1a2ba = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'People's United Bank',});m_2de5d16682c3c35007e4e92982f1a2ba['infowindow'] = new google.maps.InfoWindow({content: $l2de5d16682c3c35007e4e92982f1a2ba});var infowindow = new google.maps.InfoWindow({content: $l2de5d16682c3c35007e4e92982f1a2ba});google.maps.event.addListener(m_2de5d16682c3c35007e4e92982f1a2ba, 'click', function() {infowindow.open(map,m_2de5d16682c3c35007e4e92982f1a2ba);});$marker.push(m_2de5d16682c3c35007e4e92982f1a2ba);}});}google.maps.event.addDomListener(window, 'load', initialize);