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.3868,-72.3695)};var g_c1060abdd2af809bc8d6d87e93b46d45 = new google.maps.Geocoder();g_c1060abdd2af809bc8d6d87e93b46d45.geocode( { 'address': "6 Harris Pl, Claremont, NH 03743, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('claremont-NH-revari').style.display = '';map = new google.maps.Map(document.getElementById('claremont-NH-revari'), mapOptions);}document.getElementById('bf477e22').innerHTML += ' | View Map';var $lc1060abdd2af809bc8d6d87e93b46d45 = '

Revari

Address: 6 Harris Pl, Claremont, NH 03743, USA
Phone: (603) 542-1009
';var m_c1060abdd2af809bc8d6d87e93b46d45 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Revari',});m_c1060abdd2af809bc8d6d87e93b46d45['infowindow'] = new google.maps.InfoWindow({content: $lc1060abdd2af809bc8d6d87e93b46d45});var infowindow = new google.maps.InfoWindow({content: $lc1060abdd2af809bc8d6d87e93b46d45});google.maps.event.addListener(m_c1060abdd2af809bc8d6d87e93b46d45, 'click', function() {infowindow.open(map,m_c1060abdd2af809bc8d6d87e93b46d45);});$marker.push(m_c1060abdd2af809bc8d6d87e93b46d45);}});}google.maps.event.addDomListener(window, 'load', initialize);