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.2856,-72.8636)};var g_73d13a256dac51fcd7d34a340e8f7757 = new google.maps.Geocoder();g_73d13a256dac51fcd7d34a340e8f7757.geocode( { 'address': "370 Hemingway Ave, East Haven, CT 06512"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('east-haven-CT-people-s-united-bank').style.display = '';map = new google.maps.Map(document.getElementById('east-haven-CT-people-s-united-bank'), mapOptions);}document.getElementById('4788d0b9').innerHTML += ' | View Map';var $l73d13a256dac51fcd7d34a340e8f7757 = '

People's United Bank

Address: 370 Hemingway Ave, East Haven, CT 06512
Phone: (203) 468-8012
';var m_73d13a256dac51fcd7d34a340e8f7757 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'People's United Bank',});m_73d13a256dac51fcd7d34a340e8f7757['infowindow'] = new google.maps.InfoWindow({content: $l73d13a256dac51fcd7d34a340e8f7757});var infowindow = new google.maps.InfoWindow({content: $l73d13a256dac51fcd7d34a340e8f7757});google.maps.event.addListener(m_73d13a256dac51fcd7d34a340e8f7757, 'click', function() {infowindow.open(map,m_73d13a256dac51fcd7d34a340e8f7757);});$marker.push(m_73d13a256dac51fcd7d34a340e8f7757);}});}google.maps.event.addDomListener(window, 'load', initialize);