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.1977,-72.5014)};var g_b56435a945295c2b8f453fd0de9377ad = new google.maps.Geocoder();g_b56435a945295c2b8f453fd0de9377ad.geocode( { 'address': "47 N Main St, Barre, VT 05641, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('barre-VT-keybank-national-association').style.display = '';map = new google.maps.Map(document.getElementById('barre-VT-keybank-national-association'), mapOptions);}document.getElementById('e2ca7f4c').innerHTML += ' | View Map';var $lb56435a945295c2b8f453fd0de9377ad = '

Keybank, National Association

Address: 47 N Main St, Barre, VT 05641, USA
Phone: (802) 476-4135
';var m_b56435a945295c2b8f453fd0de9377ad = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Keybank, National Association',});m_b56435a945295c2b8f453fd0de9377ad['infowindow'] = new google.maps.InfoWindow({content: $lb56435a945295c2b8f453fd0de9377ad});var infowindow = new google.maps.InfoWindow({content: $lb56435a945295c2b8f453fd0de9377ad});google.maps.event.addListener(m_b56435a945295c2b8f453fd0de9377ad, 'click', function() {infowindow.open(map,m_b56435a945295c2b8f453fd0de9377ad);});$marker.push(m_b56435a945295c2b8f453fd0de9377ad);}});}google.maps.event.addDomListener(window, 'load', initialize);