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(44.379,-73.2261)};var g_5516ff1335f97cb2d25618d1cf085bbf = new google.maps.Geocoder();g_5516ff1335f97cb2d25618d1cf085bbf.geocode( { 'address': "10 Shelburne Shopping Park, Shelburne, VT 05482, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('shelburne-VT-peoples-united-bank').style.display = '';map = new google.maps.Map(document.getElementById('shelburne-VT-peoples-united-bank'), mapOptions);}document.getElementById('fefa3d06').innerHTML += ' | View Map';var $l5516ff1335f97cb2d25618d1cf085bbf = '

People's United Bank

Address: 10 Shelburne Shopping Park, Shelburne, VT 05482, USA
Phone: (802) 985-3600
';var m_5516ff1335f97cb2d25618d1cf085bbf = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'People's United Bank',});m_5516ff1335f97cb2d25618d1cf085bbf['infowindow'] = new google.maps.InfoWindow({content: $l5516ff1335f97cb2d25618d1cf085bbf});var infowindow = new google.maps.InfoWindow({content: $l5516ff1335f97cb2d25618d1cf085bbf});google.maps.event.addListener(m_5516ff1335f97cb2d25618d1cf085bbf, 'click', function() {infowindow.open(map,m_5516ff1335f97cb2d25618d1cf085bbf);});$marker.push(m_5516ff1335f97cb2d25618d1cf085bbf);}});}google.maps.event.addDomListener(window, 'load', initialize);