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.9553,-73.7377)};var g_9012a1c75d959d58edd3a3fc1c0f5b75 = new google.maps.Geocoder();g_9012a1c75d959d58edd3a3fc1c0f5b75.geocode( { 'address': "1444 E Boston Post Rd, Mamaroneck, NY 10543"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mamaroneck-NY-people-s-united-bank').style.display = '';map = new google.maps.Map(document.getElementById('mamaroneck-NY-people-s-united-bank'), mapOptions);}document.getElementById('ce8f9405').innerHTML += ' | View Map';var $l9012a1c75d959d58edd3a3fc1c0f5b75 = '

People's United Bank

Address: 1444 E Boston Post Rd, Mamaroneck, NY 10543
Phone: (914) 777-1020
';var m_9012a1c75d959d58edd3a3fc1c0f5b75 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'People's United Bank',});m_9012a1c75d959d58edd3a3fc1c0f5b75['infowindow'] = new google.maps.InfoWindow({content: $l9012a1c75d959d58edd3a3fc1c0f5b75});var infowindow = new google.maps.InfoWindow({content: $l9012a1c75d959d58edd3a3fc1c0f5b75});google.maps.event.addListener(m_9012a1c75d959d58edd3a3fc1c0f5b75, 'click', function() {infowindow.open(map,m_9012a1c75d959d58edd3a3fc1c0f5b75);});$marker.push(m_9012a1c75d959d58edd3a3fc1c0f5b75);}});}google.maps.event.addDomListener(window, 'load', initialize);