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.6638,-72.7837)};var g_750fc88ab0ae1a503a50472f3ecca0dc = new google.maps.Geocoder();g_750fc88ab0ae1a503a50472f3ecca0dc.geocode( { 'address': "44 Main St, Jeffersonville, VT 05464"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('jeffersonville-VT-union-bank').style.display = '';map = new google.maps.Map(document.getElementById('jeffersonville-VT-union-bank'), mapOptions);}document.getElementById('48f8fb3d').innerHTML += ' | View Map';var $l750fc88ab0ae1a503a50472f3ecca0dc = '

Union Bank

Address: 44 Main St, Jeffersonville, VT 05464
Phone: (802) 644-6600
';var m_750fc88ab0ae1a503a50472f3ecca0dc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Union Bank',});m_750fc88ab0ae1a503a50472f3ecca0dc['infowindow'] = new google.maps.InfoWindow({content: $l750fc88ab0ae1a503a50472f3ecca0dc});var infowindow = new google.maps.InfoWindow({content: $l750fc88ab0ae1a503a50472f3ecca0dc});google.maps.event.addListener(m_750fc88ab0ae1a503a50472f3ecca0dc, 'click', function() {infowindow.open(map,m_750fc88ab0ae1a503a50472f3ecca0dc);});$marker.push(m_750fc88ab0ae1a503a50472f3ecca0dc);}});}google.maps.event.addDomListener(window, 'load', initialize);