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.8867,-71.9471)};var g_fe445f4352bbd53865a377910f2f6950 = new google.maps.Geocoder();g_fe445f4352bbd53865a377910f2f6950.geocode( { 'address': "35 Main St, Peterborough, NH 03458"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('peterborough-NH-people-s-united-bank').style.display = '';map = new google.maps.Map(document.getElementById('peterborough-NH-people-s-united-bank'), mapOptions);}document.getElementById('b0562ffa').innerHTML += ' | View Map';var $lfe445f4352bbd53865a377910f2f6950 = '

People's United Bank

Address: 35 Main St, Peterborough, NH 03458
Phone: (603) 924-7111
';var m_fe445f4352bbd53865a377910f2f6950 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'People's United Bank',});m_fe445f4352bbd53865a377910f2f6950['infowindow'] = new google.maps.InfoWindow({content: $lfe445f4352bbd53865a377910f2f6950});var infowindow = new google.maps.InfoWindow({content: $lfe445f4352bbd53865a377910f2f6950});google.maps.event.addListener(m_fe445f4352bbd53865a377910f2f6950, 'click', function() {infowindow.open(map,m_fe445f4352bbd53865a377910f2f6950);});$marker.push(m_fe445f4352bbd53865a377910f2f6950);}});}google.maps.event.addDomListener(window, 'load', initialize);