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.1328,-71.9295)};var g_02b0c69e363112f8c2d553a48a894db8 = new google.maps.Geocoder();g_02b0c69e363112f8c2d553a48a894db8.geocode( { 'address': "15 Antrim Rd, Hillsborough, NH 03244"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hillsborough-NH-lake-sunapee-bank-fsb').style.display = '';map = new google.maps.Map(document.getElementById('hillsborough-NH-lake-sunapee-bank-fsb'), mapOptions);}document.getElementById('3152cf8d').innerHTML += ' | View Map';var $l02b0c69e363112f8c2d553a48a894db8 = '

Lake Sunapee Bank Fsb

Address: 15 Antrim Rd, Hillsborough, NH 03244
Phone: (603) 464-4820
';var m_02b0c69e363112f8c2d553a48a894db8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Lake Sunapee Bank Fsb',});m_02b0c69e363112f8c2d553a48a894db8['infowindow'] = new google.maps.InfoWindow({content: $l02b0c69e363112f8c2d553a48a894db8});var infowindow = new google.maps.InfoWindow({content: $l02b0c69e363112f8c2d553a48a894db8});google.maps.event.addListener(m_02b0c69e363112f8c2d553a48a894db8, 'click', function() {infowindow.open(map,m_02b0c69e363112f8c2d553a48a894db8);});$marker.push(m_02b0c69e363112f8c2d553a48a894db8);}});}google.maps.event.addDomListener(window, 'load', initialize);