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.8341,-72.3604)};var g_b52ce19fc6110ba758fb705cec620e0c = new google.maps.Geocoder();g_b52ce19fc6110ba758fb705cec620e0c.geocode( { 'address': "216 VT-132, South Strafford, VT 05070, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('strafford-VT-mascoma-savings-bank').style.display = '';map = new google.maps.Map(document.getElementById('strafford-VT-mascoma-savings-bank'), mapOptions);}document.getElementById('f7b73167').innerHTML += ' | View Map';var $lb52ce19fc6110ba758fb705cec620e0c = '

Mascoma Savings Bank

Address: 216 VT-132, South Strafford, VT 05070, USA
Phone: (802) 765-4013
';var m_b52ce19fc6110ba758fb705cec620e0c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Mascoma Savings Bank',});m_b52ce19fc6110ba758fb705cec620e0c['infowindow'] = new google.maps.InfoWindow({content: $lb52ce19fc6110ba758fb705cec620e0c});var infowindow = new google.maps.InfoWindow({content: $lb52ce19fc6110ba758fb705cec620e0c});google.maps.event.addListener(m_b52ce19fc6110ba758fb705cec620e0c, 'click', function() {infowindow.open(map,m_b52ce19fc6110ba758fb705cec620e0c);});$marker.push(m_b52ce19fc6110ba758fb705cec620e0c);}});}google.maps.event.addDomListener(window, 'load', initialize);