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(43.1854,-72.4886)};var g_610cdb50f9cbff100ae4e8a581a9f1a8 = new google.maps.Geocoder();g_610cdb50f9cbff100ae4e8a581a9f1a8.geocode( { 'address': "81 Atkinson St, Bellows Falls, VT 05101"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bellows-falls-VT-people-s-united-bank').style.display = '';map = new google.maps.Map(document.getElementById('bellows-falls-VT-people-s-united-bank'), mapOptions);}document.getElementById('1ba43d85').innerHTML += ' | View Map';var $l610cdb50f9cbff100ae4e8a581a9f1a8 = '

People's United Bank

Address: 81 Atkinson St, Bellows Falls, VT 05101
Phone: (802) 463-4590
';var m_610cdb50f9cbff100ae4e8a581a9f1a8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'People's United Bank',});m_610cdb50f9cbff100ae4e8a581a9f1a8['infowindow'] = new google.maps.InfoWindow({content: $l610cdb50f9cbff100ae4e8a581a9f1a8});var infowindow = new google.maps.InfoWindow({content: $l610cdb50f9cbff100ae4e8a581a9f1a8});google.maps.event.addListener(m_610cdb50f9cbff100ae4e8a581a9f1a8, 'click', function() {infowindow.open(map,m_610cdb50f9cbff100ae4e8a581a9f1a8);});$marker.push(m_610cdb50f9cbff100ae4e8a581a9f1a8);}});}google.maps.event.addDomListener(window, 'load', initialize);