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.7963,-71.8556)};var g_aef839279e3ca9ed64b3a248f2a47db1 = new google.maps.Geocoder();g_aef839279e3ca9ed64b3a248f2a47db1.geocode( { 'address': "23 E Brighton Rd, Island Pond, VT 05846"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('island-pond-VT-community-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('island-pond-VT-community-national-bank'), mapOptions);}document.getElementById('17ab9bc8').innerHTML += ' | View Map';var $laef839279e3ca9ed64b3a248f2a47db1 = '

Community National Bank

Address: 23 E Brighton Rd, Island Pond, VT 05846
Phone: (802) 723-4356
';var m_aef839279e3ca9ed64b3a248f2a47db1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Community National Bank',});m_aef839279e3ca9ed64b3a248f2a47db1['infowindow'] = new google.maps.InfoWindow({content: $laef839279e3ca9ed64b3a248f2a47db1});var infowindow = new google.maps.InfoWindow({content: $laef839279e3ca9ed64b3a248f2a47db1});google.maps.event.addListener(m_aef839279e3ca9ed64b3a248f2a47db1, 'click', function() {infowindow.open(map,m_aef839279e3ca9ed64b3a248f2a47db1);});$marker.push(m_aef839279e3ca9ed64b3a248f2a47db1);}});}google.maps.event.addDomListener(window, 'load', initialize);