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.7157,-73.5562)};var g_a70a6499f486af3fcc04698aa3f2b652 = new google.maps.Geocoder();g_a70a6499f486af3fcc04698aa3f2b652.geocode( { 'address': "2425 Hempstead Tpke, East Meadow, NY 11554"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('east-meadow-NY-people-s-united-bank').style.display = '';map = new google.maps.Map(document.getElementById('east-meadow-NY-people-s-united-bank'), mapOptions);}document.getElementById('5e7ddda6').innerHTML += ' | View Map';var $la70a6499f486af3fcc04698aa3f2b652 = '

People's United Bank

Address: 2425 Hempstead Tpke, East Meadow, NY 11554
Phone: (516) 520-4120
';var m_a70a6499f486af3fcc04698aa3f2b652 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'People's United Bank',});m_a70a6499f486af3fcc04698aa3f2b652['infowindow'] = new google.maps.InfoWindow({content: $la70a6499f486af3fcc04698aa3f2b652});var infowindow = new google.maps.InfoWindow({content: $la70a6499f486af3fcc04698aa3f2b652});google.maps.event.addListener(m_a70a6499f486af3fcc04698aa3f2b652, 'click', function() {infowindow.open(map,m_a70a6499f486af3fcc04698aa3f2b652);});$marker.push(m_a70a6499f486af3fcc04698aa3f2b652);}});}google.maps.event.addDomListener(window, 'load', initialize);