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(43.9319,-72.6448)};var g_722122a6b4ba1d6a821792615d953cea = new google.maps.Geocoder();g_722122a6b4ba1d6a821792615d953cea.geocode( { 'address': "2 N Main St, Randolph, VT 05060"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('randolph-VT-northfield-savings-bank').style.display = '';map = new google.maps.Map(document.getElementById('randolph-VT-northfield-savings-bank'), mapOptions);}document.getElementById('451d7cd4').innerHTML += ' | View Map';var $l722122a6b4ba1d6a821792615d953cea = '

Northfield Savings Bank

Address: 2 N Main St, Randolph, VT 05060
Phone: (802) 728-4837
';var m_722122a6b4ba1d6a821792615d953cea = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Northfield Savings Bank',});m_722122a6b4ba1d6a821792615d953cea['infowindow'] = new google.maps.InfoWindow({content: $l722122a6b4ba1d6a821792615d953cea});var infowindow = new google.maps.InfoWindow({content: $l722122a6b4ba1d6a821792615d953cea});google.maps.event.addListener(m_722122a6b4ba1d6a821792615d953cea, 'click', function() {infowindow.open(map,m_722122a6b4ba1d6a821792615d953cea);});$marker.push(m_722122a6b4ba1d6a821792615d953cea);}});}google.maps.event.addDomListener(window, 'load', initialize);