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.2042,-72.5551)};var g_3983711999bbca178d559bb683e0e82b = new google.maps.Geocoder();g_3983711999bbca178d559bb683e0e82b.geocode( { 'address': "112 State St, Montpelier, VT 05602"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('montpelier-VT-people-s-united-bank').style.display = '';map = new google.maps.Map(document.getElementById('montpelier-VT-people-s-united-bank'), mapOptions);}document.getElementById('5f978288').innerHTML += ' | View Map';var $l3983711999bbca178d559bb683e0e82b = '

People's United Bank

Address: 112 State St, Montpelier, VT 05602
Phone: (802) 223-3466
';var m_3983711999bbca178d559bb683e0e82b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'People's United Bank',});m_3983711999bbca178d559bb683e0e82b['infowindow'] = new google.maps.InfoWindow({content: $l3983711999bbca178d559bb683e0e82b});var infowindow = new google.maps.InfoWindow({content: $l3983711999bbca178d559bb683e0e82b});google.maps.event.addListener(m_3983711999bbca178d559bb683e0e82b, 'click', function() {infowindow.open(map,m_3983711999bbca178d559bb683e0e82b);});$marker.push(m_3983711999bbca178d559bb683e0e82b);}});}google.maps.event.addDomListener(window, 'load', initialize);