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(40.9433,-72.8396)};var g_2f0bc2cc1c460c362596133c281ce862 = new google.maps.Geocoder();g_2f0bc2cc1c460c362596133c281ce862.geocode( { 'address': "6241 NY-25A, Wading River, NY 11792, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('wading-river-NY-peoples-united-bank').style.display = '';map = new google.maps.Map(document.getElementById('wading-river-NY-peoples-united-bank'), mapOptions);}document.getElementById('81ab2a7e').innerHTML += ' | View Map';var $l2f0bc2cc1c460c362596133c281ce862 = '

People's United Bank

Address: 6241 NY-25A, Wading River, NY 11792, USA
Phone: (631) 929-4200
';var m_2f0bc2cc1c460c362596133c281ce862 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'People's United Bank',});m_2f0bc2cc1c460c362596133c281ce862['infowindow'] = new google.maps.InfoWindow({content: $l2f0bc2cc1c460c362596133c281ce862});var infowindow = new google.maps.InfoWindow({content: $l2f0bc2cc1c460c362596133c281ce862});google.maps.event.addListener(m_2f0bc2cc1c460c362596133c281ce862, 'click', function() {infowindow.open(map,m_2f0bc2cc1c460c362596133c281ce862);});$marker.push(m_2f0bc2cc1c460c362596133c281ce862);}});}google.maps.event.addDomListener(window, 'load', initialize);