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.8202,-73.9202)};var g_f0d80bf515d4c170047610d805b8abe2 = new google.maps.Geocoder();g_f0d80bf515d4c170047610d805b8abe2.geocode( { 'address': "691 Co Op City Blvd, Bronx, NY 10475"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bronx-NY-people-s-united-bank').style.display = '';map = new google.maps.Map(document.getElementById('bronx-NY-people-s-united-bank'), mapOptions);}document.getElementById('935a507b').innerHTML += ' | View Map';var $lf0d80bf515d4c170047610d805b8abe2 = '

People's United Bank

Address: 691 Co Op City Blvd, Bronx, NY 10475
Phone: (718) 320-2079
';var m_f0d80bf515d4c170047610d805b8abe2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'People's United Bank',});m_f0d80bf515d4c170047610d805b8abe2['infowindow'] = new google.maps.InfoWindow({content: $lf0d80bf515d4c170047610d805b8abe2});var infowindow = new google.maps.InfoWindow({content: $lf0d80bf515d4c170047610d805b8abe2});google.maps.event.addListener(m_f0d80bf515d4c170047610d805b8abe2, 'click', function() {infowindow.open(map,m_f0d80bf515d4c170047610d805b8abe2);});$marker.push(m_f0d80bf515d4c170047610d805b8abe2);}});}google.maps.event.addDomListener(window, 'load', initialize);