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(42.8882,-71.299)};var g_0580d4d230ff5956f79a7c9540f04292 = new google.maps.Geocoder();g_0580d4d230ff5956f79a7c9540f04292.geocode( { 'address': "51 Crystal Ave, Derry, NH 03038"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('derry-NH-people-s-united-bank').style.display = '';map = new google.maps.Map(document.getElementById('derry-NH-people-s-united-bank'), mapOptions);}document.getElementById('8bf425c1').innerHTML += ' | View Map';var $l0580d4d230ff5956f79a7c9540f04292 = '

People's United Bank

Address: 51 Crystal Ave, Derry, NH 03038
Phone: (603) 421-1800
';var m_0580d4d230ff5956f79a7c9540f04292 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'People's United Bank',});m_0580d4d230ff5956f79a7c9540f04292['infowindow'] = new google.maps.InfoWindow({content: $l0580d4d230ff5956f79a7c9540f04292});var infowindow = new google.maps.InfoWindow({content: $l0580d4d230ff5956f79a7c9540f04292});google.maps.event.addListener(m_0580d4d230ff5956f79a7c9540f04292, 'click', function() {infowindow.open(map,m_0580d4d230ff5956f79a7c9540f04292);});$marker.push(m_0580d4d230ff5956f79a7c9540f04292);}});}google.maps.event.addDomListener(window, 'load', initialize);