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.3688,-72.3458)};var g_4bf2e36242180a431a457dce30c90763 = new google.maps.Geocoder();g_4bf2e36242180a431a457dce30c90763.geocode( { 'address': "137 Broad St, Claremont, NH 03743"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('claremont-NH-connecticut-river-bank').style.display = '';map = new google.maps.Map(document.getElementById('claremont-NH-connecticut-river-bank'), mapOptions);}document.getElementById('3f9e369a').innerHTML += ' | View Map';var $l4bf2e36242180a431a457dce30c90763 = '

Connecticut River Bank

Address: 137 Broad St, Claremont, NH 03743
Phone: (603) 543-1276
';var m_4bf2e36242180a431a457dce30c90763 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Connecticut River Bank',});m_4bf2e36242180a431a457dce30c90763['infowindow'] = new google.maps.InfoWindow({content: $l4bf2e36242180a431a457dce30c90763});var infowindow = new google.maps.InfoWindow({content: $l4bf2e36242180a431a457dce30c90763});google.maps.event.addListener(m_4bf2e36242180a431a457dce30c90763, 'click', function() {infowindow.open(map,m_4bf2e36242180a431a457dce30c90763);});$marker.push(m_4bf2e36242180a431a457dce30c90763);}});}google.maps.event.addDomListener(window, 'load', initialize);