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.5598,-72.6017)};var g_a1471605ca31bec5bec78407ab993b08 = new google.maps.Geocoder();g_a1471605ca31bec5bec78407ab993b08.geocode( { 'address': "20 Lower Main St, Morrisville, VT 05661"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('morrisville-VT-union-bankshares-inc').style.display = '';map = new google.maps.Map(document.getElementById('morrisville-VT-union-bankshares-inc'), mapOptions);}document.getElementById('90b276c1').innerHTML += ' | View Map';var $la1471605ca31bec5bec78407ab993b08 = '

Union Bankshares Inc

Address: 20 Lower Main St, Morrisville, VT 05661
Phone: (802) 888-6600
';var m_a1471605ca31bec5bec78407ab993b08 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Union Bankshares Inc',});m_a1471605ca31bec5bec78407ab993b08['infowindow'] = new google.maps.InfoWindow({content: $la1471605ca31bec5bec78407ab993b08});var infowindow = new google.maps.InfoWindow({content: $la1471605ca31bec5bec78407ab993b08});google.maps.event.addListener(m_a1471605ca31bec5bec78407ab993b08, 'click', function() {infowindow.open(map,m_a1471605ca31bec5bec78407ab993b08);});$marker.push(m_a1471605ca31bec5bec78407ab993b08);}});}google.maps.event.addDomListener(window, 'load', initialize);