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.9215,-73.1132)};var g_d778dcf1e49f544dcc6f8a16c03a5457 = new google.maps.Geocoder();g_d778dcf1e49f544dcc6f8a16c03a5457.geocode( { 'address': "123 1st St, Swanton, VT 05488, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('swanton-VT-peoples-trust-company').style.display = '';map = new google.maps.Map(document.getElementById('swanton-VT-peoples-trust-company'), mapOptions);}document.getElementById('2d5c4a84').innerHTML += ' | View Map';var $ld778dcf1e49f544dcc6f8a16c03a5457 = '

Peoples Trust Company

Address: 123 1st St, Swanton, VT 05488, USA
Phone: (802) 868-5935
';var m_d778dcf1e49f544dcc6f8a16c03a5457 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Peoples Trust Company',});m_d778dcf1e49f544dcc6f8a16c03a5457['infowindow'] = new google.maps.InfoWindow({content: $ld778dcf1e49f544dcc6f8a16c03a5457});var infowindow = new google.maps.InfoWindow({content: $ld778dcf1e49f544dcc6f8a16c03a5457});google.maps.event.addListener(m_d778dcf1e49f544dcc6f8a16c03a5457, 'click', function() {infowindow.open(map,m_d778dcf1e49f544dcc6f8a16c03a5457);});$marker.push(m_d778dcf1e49f544dcc6f8a16c03a5457);}});}google.maps.event.addDomListener(window, 'load', initialize);