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.9047,-72.4052)};var g_d4db78e389387c2d6f0b5404cbc61fc5 = new google.maps.Geocoder();g_d4db78e389387c2d6f0b5404cbc61fc5.geocode( { 'address': "4245 U.S. Route 101, Troy, VT 05868, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('troy-VT-community-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('troy-VT-community-national-bank'), mapOptions);}document.getElementById('c0db0dc8').innerHTML += ' | View Map';var $ld4db78e389387c2d6f0b5404cbc61fc5 = '

Community National Bank

Address: 4245 U.S. Route 101, Troy, VT 05868, USA
Phone: (802) 744-2287
';var m_d4db78e389387c2d6f0b5404cbc61fc5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Community National Bank',});m_d4db78e389387c2d6f0b5404cbc61fc5['infowindow'] = new google.maps.InfoWindow({content: $ld4db78e389387c2d6f0b5404cbc61fc5});var infowindow = new google.maps.InfoWindow({content: $ld4db78e389387c2d6f0b5404cbc61fc5});google.maps.event.addListener(m_d4db78e389387c2d6f0b5404cbc61fc5, 'click', function() {infowindow.open(map,m_d4db78e389387c2d6f0b5404cbc61fc5);});$marker.push(m_d4db78e389387c2d6f0b5404cbc61fc5);}});}google.maps.event.addDomListener(window, 'load', initialize);