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.4997,-72.6465)};var g_c324f620abe3e037746ab64b463dc869 = new google.maps.Geocoder();g_c324f620abe3e037746ab64b463dc869.geocode( { 'address': "1069 Mountain Rd, Stowe, VT 05672"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('stowe-VT-peoples-united').style.display = '';map = new google.maps.Map(document.getElementById('stowe-VT-peoples-united'), mapOptions);}document.getElementById('e21d0934').innerHTML += ' | View Map';var $lc324f620abe3e037746ab64b463dc869 = '

Peoples United

Address: 1069 Mountain Rd, Stowe, VT 05672
Phone: (802) 253-8525
';var m_c324f620abe3e037746ab64b463dc869 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Peoples United',});m_c324f620abe3e037746ab64b463dc869['infowindow'] = new google.maps.InfoWindow({content: $lc324f620abe3e037746ab64b463dc869});var infowindow = new google.maps.InfoWindow({content: $lc324f620abe3e037746ab64b463dc869});google.maps.event.addListener(m_c324f620abe3e037746ab64b463dc869, 'click', function() {infowindow.open(map,m_c324f620abe3e037746ab64b463dc869);});$marker.push(m_c324f620abe3e037746ab64b463dc869);}});}google.maps.event.addDomListener(window, 'load', initialize);