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()};var g_6492d1f666793d1cdc93b8e76cd1ca8b = new google.maps.Geocoder();g_6492d1f666793d1cdc93b8e76cd1ca8b.geocode( { 'address': "260 Pond Path, South Setauket, NY 11720"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('south-setauket-NY-people-s-united-bank').style.display = '';map = new google.maps.Map(document.getElementById('south-setauket-NY-people-s-united-bank'), mapOptions);}document.getElementById('bbef7520').innerHTML += ' | View Map';var $l6492d1f666793d1cdc93b8e76cd1ca8b = '

People's United Bank

Address: 260 Pond Path, South Setauket, NY 11720
Phone: (631) 737-5000
';var m_6492d1f666793d1cdc93b8e76cd1ca8b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'People's United Bank',});m_6492d1f666793d1cdc93b8e76cd1ca8b['infowindow'] = new google.maps.InfoWindow({content: $l6492d1f666793d1cdc93b8e76cd1ca8b});var infowindow = new google.maps.InfoWindow({content: $l6492d1f666793d1cdc93b8e76cd1ca8b});google.maps.event.addListener(m_6492d1f666793d1cdc93b8e76cd1ca8b, 'click', function() {infowindow.open(map,m_6492d1f666793d1cdc93b8e76cd1ca8b);});$marker.push(m_6492d1f666793d1cdc93b8e76cd1ca8b);}});}google.maps.event.addDomListener(window, 'load', initialize);