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.1534,-72.0464)};var g_08a9b8693c1c3ce49fd327977f837abf = new google.maps.Geocoder();g_08a9b8693c1c3ce49fd327977f837abf.geocode( { 'address': "34 Main St, Wells River, VT 05081, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('newbury-VT-keybank-national-association').style.display = '';map = new google.maps.Map(document.getElementById('newbury-VT-keybank-national-association'), mapOptions);}document.getElementById('f1fee344').innerHTML += ' | View Map';var $l08a9b8693c1c3ce49fd327977f837abf = '

Keybank, National Association

Address: 34 Main St, Wells River, VT 05081, USA
Phone:
';var m_08a9b8693c1c3ce49fd327977f837abf = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Keybank, National Association',});m_08a9b8693c1c3ce49fd327977f837abf['infowindow'] = new google.maps.InfoWindow({content: $l08a9b8693c1c3ce49fd327977f837abf});var infowindow = new google.maps.InfoWindow({content: $l08a9b8693c1c3ce49fd327977f837abf});google.maps.event.addListener(m_08a9b8693c1c3ce49fd327977f837abf, 'click', function() {infowindow.open(map,m_08a9b8693c1c3ce49fd327977f837abf);});$marker.push(m_08a9b8693c1c3ce49fd327977f837abf);}});}google.maps.event.addDomListener(window, 'load', initialize);