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.92,-73.1245)};var g_f70427db98081f26714847a1df1a4289 = new google.maps.Geocoder();g_f70427db98081f26714847a1df1a4289.geocode( { 'address': "15 Canada St, Swanton, VT 05488, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('swanton-VT-peoples-united-bank').style.display = '';map = new google.maps.Map(document.getElementById('swanton-VT-peoples-united-bank'), mapOptions);}document.getElementById('fc08aaf9').innerHTML += ' | View Map';var $lf70427db98081f26714847a1df1a4289 = '

People's United Bank

Address: 15 Canada St, Swanton, VT 05488, USA
Phone: (802) 868-3329
';var m_f70427db98081f26714847a1df1a4289 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'People's United Bank',});m_f70427db98081f26714847a1df1a4289['infowindow'] = new google.maps.InfoWindow({content: $lf70427db98081f26714847a1df1a4289});var infowindow = new google.maps.InfoWindow({content: $lf70427db98081f26714847a1df1a4289});google.maps.event.addListener(m_f70427db98081f26714847a1df1a4289, 'click', function() {infowindow.open(map,m_f70427db98081f26714847a1df1a4289);});$marker.push(m_f70427db98081f26714847a1df1a4289);}});}google.maps.event.addDomListener(window, 'load', initialize);