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.7731,-72.1643)};var g_df877f3865752637daa540ea9cbc474f = new google.maps.Geocoder();g_df877f3865752637daa540ea9cbc474f.geocode( { 'address': "1 Main St, Lyme, NH 03768"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lyme-NH-mascoma-savings-bank').style.display = '';map = new google.maps.Map(document.getElementById('lyme-NH-mascoma-savings-bank'), mapOptions);}document.getElementById('b7f6b46f').innerHTML += ' | View Map';var $ldf877f3865752637daa540ea9cbc474f = '

Mascoma Savings Bank

Address: 1 Main St, Lyme, NH 03768
Phone: (603) 795-4300
';var m_df877f3865752637daa540ea9cbc474f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Mascoma Savings Bank',});m_df877f3865752637daa540ea9cbc474f['infowindow'] = new google.maps.InfoWindow({content: $ldf877f3865752637daa540ea9cbc474f});var infowindow = new google.maps.InfoWindow({content: $ldf877f3865752637daa540ea9cbc474f});google.maps.event.addListener(m_df877f3865752637daa540ea9cbc474f, 'click', function() {infowindow.open(map,m_df877f3865752637daa540ea9cbc474f);});$marker.push(m_df877f3865752637daa540ea9cbc474f);}});}google.maps.event.addDomListener(window, 'load', initialize);