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.6468,-72.014)};var g_283641c0c0e97aa53252e1daf2942e24 = new google.maps.Geocoder();g_283641c0c0e97aa53252e1daf2942e24.geocode( { 'address': "1151 US-4, Canaan, NH 03741, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('canaan-NH-mascoma-savings-bank').style.display = '';map = new google.maps.Map(document.getElementById('canaan-NH-mascoma-savings-bank'), mapOptions);}document.getElementById('f0755027').innerHTML += ' | View Map';var $l283641c0c0e97aa53252e1daf2942e24 = '

Mascoma Savings Bank

Address: 1151 US-4, Canaan, NH 03741, USA
Phone: (603) 523-4377
';var m_283641c0c0e97aa53252e1daf2942e24 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Mascoma Savings Bank',});m_283641c0c0e97aa53252e1daf2942e24['infowindow'] = new google.maps.InfoWindow({content: $l283641c0c0e97aa53252e1daf2942e24});var infowindow = new google.maps.InfoWindow({content: $l283641c0c0e97aa53252e1daf2942e24});google.maps.event.addListener(m_283641c0c0e97aa53252e1daf2942e24, 'click', function() {infowindow.open(map,m_283641c0c0e97aa53252e1daf2942e24);});$marker.push(m_283641c0c0e97aa53252e1daf2942e24);}});}google.maps.event.addDomListener(window, 'load', initialize);