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.0465)};var g_131f383b434fdf48079bff1e44e2d9a5 = new google.maps.Geocoder();g_131f383b434fdf48079bff1e44e2d9a5.geocode( { 'address': "34 Main St N, Wells River, VT 05081, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('newbury-VT-wells-river-savings-bank').style.display = '';map = new google.maps.Map(document.getElementById('newbury-VT-wells-river-savings-bank'), mapOptions);}document.getElementById('3c5f64f8').innerHTML += ' | View Map';var $l131f383b434fdf48079bff1e44e2d9a5 = '

Wells River Savings Bank

Address: 34 Main St N, Wells River, VT 05081, USA
Phone: (802) 757-2361
';var m_131f383b434fdf48079bff1e44e2d9a5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wells River Savings Bank',});m_131f383b434fdf48079bff1e44e2d9a5['infowindow'] = new google.maps.InfoWindow({content: $l131f383b434fdf48079bff1e44e2d9a5});var infowindow = new google.maps.InfoWindow({content: $l131f383b434fdf48079bff1e44e2d9a5});google.maps.event.addListener(m_131f383b434fdf48079bff1e44e2d9a5, 'click', function() {infowindow.open(map,m_131f383b434fdf48079bff1e44e2d9a5);});$marker.push(m_131f383b434fdf48079bff1e44e2d9a5);}});}google.maps.event.addDomListener(window, 'load', initialize);