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.588,-71.9448)};var g_5a91d3d3b8c0dc7c583aadadd3865849 = new google.maps.Geocoder();g_5a91d3d3b8c0dc7c583aadadd3865849.geocode( { 'address': "466 VT-114, East Burke, VT 05832, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('burke-VT-union-bank').style.display = '';map = new google.maps.Map(document.getElementById('burke-VT-union-bank'), mapOptions);}document.getElementById('ebe16282').innerHTML += ' | View Map';var $l5a91d3d3b8c0dc7c583aadadd3865849 = '

Union Bank

Address: 466 VT-114, East Burke, VT 05832, USA
Phone:
';var m_5a91d3d3b8c0dc7c583aadadd3865849 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Union Bank',});m_5a91d3d3b8c0dc7c583aadadd3865849['infowindow'] = new google.maps.InfoWindow({content: $l5a91d3d3b8c0dc7c583aadadd3865849});var infowindow = new google.maps.InfoWindow({content: $l5a91d3d3b8c0dc7c583aadadd3865849});google.maps.event.addListener(m_5a91d3d3b8c0dc7c583aadadd3865849, 'click', function() {infowindow.open(map,m_5a91d3d3b8c0dc7c583aadadd3865849);});$marker.push(m_5a91d3d3b8c0dc7c583aadadd3865849);}});}google.maps.event.addDomListener(window, 'load', initialize);