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(43.7148,-72.3082)};var g_de0094349a2c5d0e9a7623ab6767e467 = new google.maps.Geocoder();g_de0094349a2c5d0e9a7623ab6767e467.geocode( { 'address': "320 S Main St, Norwich, VT 05055, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('norwich-VT-ledyard-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('norwich-VT-ledyard-national-bank'), mapOptions);}document.getElementById('901fe56b').innerHTML += ' | View Map';var $lde0094349a2c5d0e9a7623ab6767e467 = '

Ledyard National Bank

Address: 320 S Main St, Norwich, VT 05055, USA
Phone: (802) 649-2050
';var m_de0094349a2c5d0e9a7623ab6767e467 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Ledyard National Bank',});m_de0094349a2c5d0e9a7623ab6767e467['infowindow'] = new google.maps.InfoWindow({content: $lde0094349a2c5d0e9a7623ab6767e467});var infowindow = new google.maps.InfoWindow({content: $lde0094349a2c5d0e9a7623ab6767e467});google.maps.event.addListener(m_de0094349a2c5d0e9a7623ab6767e467, 'click', function() {infowindow.open(map,m_de0094349a2c5d0e9a7623ab6767e467);});$marker.push(m_de0094349a2c5d0e9a7623ab6767e467);}});}google.maps.event.addDomListener(window, 'load', initialize);