1545 lines
70 KiB
HTML
1545 lines
70 KiB
HTML
|
||
|
||
|
||
|
||
|
||
<!DOCTYPE html>
|
||
<html lang="en">
|
||
|
||
<!-- Mirrored from www.russellcountyva.us/Facilities/Facility/Details/Cleveland-Community-Center-2 by HTTrack Website Copier/3.x [XR&CO'2014], Thu, 18 Apr 2024 09:47:43 GMT -->
|
||
<!-- Added by HTTrack --><meta http-equiv="content-type" content="text/html;charset=utf-8" /><!-- /Added by HTTrack -->
|
||
<head>
|
||
|
||
<meta http-equiv="Content-type" content="text/html; charset=UTF-8" />
|
||
<!-- Google Tag Manager -->
|
||
<script>(function(w,d,s,l,i){w.GATrackingId='UA-204539812-82';w[l]=w[l]||[];w[l].push({'gtm.start':
|
||
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
|
||
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
|
||
'../../../../www.googletagmanager.com/gtm5445.html?id='+i+dl;f.parentNode.insertBefore(j,f);
|
||
})(window,document,'script','cpDataLayer','GTM-KN5P4QJ');</script>
|
||
<!-- End Google Tag Manager --><!-- Google Tag Manager for GA4 -->
|
||
<script>(function(w,d,s,l,i){w.GAMeasurementID='G-MV6F83961S';w[l]=w[l]||[];w[l].push({'gtm.start':
|
||
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
|
||
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
|
||
'../../../../www.googletagmanager.com/gtm5445.html?id='+i+dl;f.parentNode.insertBefore(j,f);
|
||
})(window,document,'script','cpDataLayerGA4','GTM-K73C5PS');</script>
|
||
<!-- End Google Tag Manager for GA4 -->
|
||
<script type='text/javascript'>
|
||
var enableTelemetry = 'false'
|
||
var aiConfig = {
|
||
instrumentationKey: '1cde048e-3185-4906-aa46-c92a7312b60f'
|
||
}
|
||
var appInsights = window.appInsights || function (a) { function b(a) { c[a] = function () { var b = arguments; c.queue.push(function () { c[a].apply(c, b) }) } } var c = { config: a }, d = document, e = window; setTimeout(function () { var b = d.createElement('script'); b.src = a.url || 'https://az416426.vo.msecnd.net/scripts/a/ai.0.js', d.getElementsByTagName('script')[0].parentNode.appendChild(b) }); try { c.cookie = d.cookie } catch (a) { } c.queue = []; for (var f = ['Event', 'Exception', 'Metric', 'PageView', 'Trace', 'Dependency']; f.length;)b('track' + f.pop()); if (b('setAuthenticatedUserContext'), b('clearAuthenticatedUserContext'), b('startTrackEvent'), b('stopTrackEvent'), b('startTrackPage'), b('stopTrackPage'), b('flush'), !a.disableExceptionTracking) { f = 'onerror', b('_' + f); var g = e[f]; e[f] = function (a, b, d, e, h) { var i = g && g(a, b, d, e, h); return !0 !== i && c['_' + f](a, b, d, e, h), i } } return c }(aiConfig);
|
||
window.appInsights = appInsights, appInsights.queue && 0 === appInsights.queue.length;
|
||
// Add telemetry initializer
|
||
appInsights.queue.push(function() {
|
||
appInsights.context.addTelemetryInitializer(function(envelope) {
|
||
var telemetryItem = envelope.data.baseData;
|
||
// To check the telemetry item’s type:
|
||
if (!false)
|
||
{
|
||
//If the telemetry is not enabled, we still want to capture Google map custom event, so only allow that
|
||
if (envelope.name.indexOf('.Event') == -1)
|
||
return false;
|
||
}
|
||
});
|
||
});
|
||
appInsights.trackPageView();
|
||
</script>
|
||
<script>
|
||
function populateAntiForgery(token) {
|
||
var input = document.createElement("input");
|
||
input.name = "__RequestVerificationToken";
|
||
input.type = "hidden";
|
||
input.value = token;
|
||
var absPat = /^https?:\/\/|^\/\//i;
|
||
var forms = document.getElementsByTagName("form");
|
||
for (var i = 0; i < forms.length; i++) {
|
||
if (forms[i].method == "post" &&
|
||
!forms[i].querySelector('[name="__RequestVerificationToken"]') &&
|
||
!absPat.test(forms[i].getAttribute("action"))) {
|
||
forms[i].appendChild(input.cloneNode());
|
||
}
|
||
}
|
||
}
|
||
|
||
function getAntiForgeryToken(callback, error) {
|
||
var xhr = new XMLHttpRequest();
|
||
xhr.open("../../../Facilities.html", "/antiforgery");
|
||
xhr.addEventListener("load", function() {
|
||
try {
|
||
if (this.status !== 200) {
|
||
throw Error("Invalid status. Could not retrieve antiforgery token.");
|
||
}
|
||
var obj = JSON.parse(this.responseText);
|
||
callback(obj.token);
|
||
} catch (e) {
|
||
typeof error === "function" && error(e);
|
||
}
|
||
});
|
||
xhr.send();
|
||
}
|
||
|
||
getAntiForgeryToken(function(token) {
|
||
if (document.readyState === "complete"
|
||
|| document.readyState === "loaded"
|
||
|| document.readyState === "interactive") {
|
||
populateAntiForgery(token);
|
||
return;
|
||
}
|
||
document.addEventListener("DOMContentLoaded", function() {
|
||
populateAntiForgery(token);
|
||
}, false);
|
||
}, console.error);
|
||
</script>
|
||
|
||
|
||
<script type="text/javascript">
|
||
window.departmentHeader = {};
|
||
window.pageSectionTracker = {};
|
||
window.isResponsiveEnabled = true;
|
||
window.isRemoveSetHeights= false;
|
||
if (window.isRemoveSetHeights) {
|
||
document.documentElement.className += ' removeSetHeights';
|
||
}
|
||
window.mainMenuMediaQuery = 'screen and (max-width: 40em)';
|
||
window.isMobileBrowserIncludingTablets = false;
|
||
window.fixedResponsiveMenu = false;
|
||
window.fullWidthResponsiveMenu = false;
|
||
window.responsiveMenuHeight = '';
|
||
window.responsiveMenuFontSize = '';
|
||
(function () {
|
||
window.setSizeCookie = function () {
|
||
document.cookie = "dpi=" + window.devicePixelRatio + "; path=/";
|
||
document.cookie = "viewportWidth=" + window.innerWidth + "; path=/";
|
||
document.cookie = "viewportHeight=" + window.innerHeight + "; path=/";
|
||
if (screen && screen.width && screen.height) {
|
||
document.cookie = "screenWidth=" + screen.width + "; path=/";
|
||
document.cookie = "screenHeight=" + screen.height + "; path=/";
|
||
}
|
||
document.cookie = "responsiveGhost%3d1%3b%20path%3d/index.html";
|
||
};
|
||
|
||
setSizeCookie();
|
||
}());
|
||
</script>
|
||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||
|
||
|
||
|
||
<meta name="theme-color" content="#094683">
|
||
<link rel="icon" href="../../../images/favicon.ico" type="image/x-icon" />
|
||
<link rel="shortcut icon" href="../../../images/favicon.ico" type="image/x-icon" />
|
||
<title>Facilities • Cleveland Community Center</title>
|
||
|
||
<script src="../../../Assets/Scripts/jQuery/jquery-2.2.4.min.js"></script>
|
||
<script src="../../../Assets/Scripts/jQuery/jQuery-migrate-1.4.1.js" type="text/javascript"></script>
|
||
<!--[if IE 6]><script language="JavaScript" type="text/javascript"> var isie6 = true; </script><![endif]-->
|
||
<!--[if IE 7]><script language="JavaScript" type="text/javascript"> var isie7 = true; </script><![endif]-->
|
||
<!--[if IE 8]><script language="JavaScript" type="text/javascript"> var isie8 = true; </script><![endif]-->
|
||
<!--[if IE 9]><script language="JavaScript" type="text/javascript"> var isie8 = true; </script><![endif]-->
|
||
<script type="text/javascript"><!--
|
||
var intCountryCode = 840;
|
||
var externalSiteDialogHeight = '390px';
|
||
var order = '';
|
||
//--></script>
|
||
|
||
<link href="../../../-460315233.css" rel="stylesheet" type="text/css" /> <link href="../../../1135784884.css" rel="stylesheet" type="text/css" />
|
||
|
||
<link rel="stylesheet" type="text/css" href="../../../Assets/Styles/Print.css" media="print">
|
||
<script type="text/javascript">
|
||
window.Pages = window.Pages || {};
|
||
// FrontEnd RWD initialization
|
||
window.Pages.rwdReady = $.Deferred();
|
||
window.Pages.toolBarDeferred = $.Deferred();
|
||
window.Pages.rwdSetupComplete = $.Deferred();
|
||
window.Pages.megaMenuLoaded = $.Deferred();
|
||
window.Pages.angularToolbarComplete = $.Deferred();
|
||
window.Pages.frontEndToolbarComplete = $.Deferred();
|
||
</script>
|
||
<!--CPHeadContent-->
|
||
<script src="../../../248816995.js" type="text/javascript"></script>
|
||
|
||
|
||
|
||
|
||
<link rel="stylesheet" type="text/css" href="../../../Areas/Facilities/Assets/Styles/HomeSiteCustom.css" />
|
||
<!--[if lte IE 8]><link rel="stylesheet" type="text/css" href="/App_Themes/ie8.css"><![endif]-->
|
||
<!--[if lte IE 7]><link rel="stylesheet" type="text/css" href="/App_Themes/ie7.css"><![endif]-->
|
||
<!--[if lte IE 6]><link rel="stylesheet" type="text/css" href="/App_Themes/ie6.css"><![endif]-->
|
||
|
||
|
||
|
||
<meta name="description" content="Information about Cleveland Community Center" />
|
||
|
||
|
||
<!--The viewport meta tag is used to improve the presentation and behavior of the samples
|
||
on iOS devices-->
|
||
<meta name="viewport" content="initial-scale=1, maximum-scale=1,user-scalable=no"/>
|
||
<link href="../../../../js.arcgis.com/3.39/dijit/themes/tundra/tundra.css" rel="stylesheet" type="text/css" />
|
||
<link rel="stylesheet" href="../../../../js.arcgis.com/3.39/esri/css/esri.css" />
|
||
<script src="https://js.arcgis.com/3.39/" type="text/javascript"></script>
|
||
<script src="../../../Assets/Scripts/MapResult/MapResultEsri.js" type="text/javascript"></script>
|
||
|
||
|
||
<meta property="og:image" content="https://www.russellcountyva.us/documents\Intranet/IMG_1347.JPG" />
|
||
<meta name="twitter:image" content="https://www.russellcountyva.us/documents\Intranet/IMG_1347.JPG" />
|
||
<meta property="og:title" content="Cleveland Community Center" />
|
||
<meta name="twitter:title" content="Cleveland Community Center" />
|
||
<meta property="og:url" content="https://www.russellcountyva.us/facilities/facility/details/Cleveland-Community-Center-2" />
|
||
<meta name="twitter:url" content="https://www.russellcountyva.us/facilities/facility/details/Cleveland-Community-Center-2" />
|
||
<meta property="og:site_name" content="Russell County, VA" />
|
||
<meta name="twitter:site" content="Russell County, VA" />
|
||
<meta property="og:description" content="Cleveland Community Center" />
|
||
<meta name="twitter:description" content="Cleveland Community Center" />
|
||
<meta name="twitter:card" content="summary" />
|
||
|
||
|
||
<meta name="Description" content="View information about facilities in the community." />
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<!--[if lte IE 8]><link rel="stylesheet" type="text/css" href="/App_Themes/ie8.css"><![endif]-->
|
||
<!--[if lte IE 7]><link rel="stylesheet" type="text/css" href="/App_Themes/ie7.css"><![endif]-->
|
||
<!--[if lte IE 6]><link rel="stylesheet" type="text/css" href="/App_Themes/ie6.css"><![endif]-->
|
||
<!--[if lt IE 9]><script type="text/javascript" src="/Scripts/html5.js"></script><![endif]-->
|
||
|
||
<script type="text/javascript">
|
||
setEditorVariables(false, 840);
|
||
function getPrintPreviewType() { return 0; } function printPreview() {pPreview(getPrintPreviewType()); }
|
||
</script>
|
||
|
||
</head>
|
||
<body class="wide " >
|
||
|
||
<script>jQuery(document).click(function (event) {
|
||
var target = jQuery(event.target);
|
||
if (target.attr('src') && target.parents('.image').length && target.parents('.widget').length) {
|
||
var text = target.attr('title');
|
||
|
||
if (!text.length) {
|
||
text = "N/A";
|
||
}
|
||
ga('send',
|
||
{
|
||
hitType: 'event',
|
||
eventCategory: 'Image',
|
||
eventAction: 'Image - ' + text,
|
||
eventLabel: window.location.href
|
||
});
|
||
}
|
||
if (target.is('button') || target.hasClass('button') || target.parents().hasClass('button')) {
|
||
var text = "";
|
||
if (target.parents('.button')[0]) {
|
||
text = target.parents('.button')[0].text;
|
||
} else if (target.text().length) {
|
||
text = target.text();
|
||
} else if (target.attr('title').length) {
|
||
text = target.attr('title');
|
||
}
|
||
if (!text.length) {
|
||
text = "N/A";
|
||
}
|
||
ga('send',
|
||
{
|
||
hitType: 'event',
|
||
eventCategory: 'Button',
|
||
eventAction: 'Button - ' + text,
|
||
eventLabel: window.location.href
|
||
});
|
||
}
|
||
if (target.parents('.widgetCustomHtml').length) {
|
||
ga('send',
|
||
{
|
||
hitType: 'event',
|
||
eventCategory: 'Custom Html',
|
||
eventAction: 'Custom Html Clicked',
|
||
eventLabel: window.location.href
|
||
});
|
||
}
|
||
if (target.parents('.editor').length) {
|
||
ga('send',
|
||
{
|
||
hitType: 'event',
|
||
eventCategory: 'Editor',
|
||
eventAction: 'Editor Link Clicked',
|
||
eventLabel: window.location.href
|
||
});
|
||
}
|
||
if (target.parents('.GraphicLinks').length) {
|
||
var text = "";
|
||
var targetGraphicLink = target;
|
||
if (target.hasClass('widgetGraphicLinksLink')) {
|
||
targetGraphicLink = jQuery(target.children()[0]);
|
||
}
|
||
if (targetGraphicLink.hasClass('text')) {
|
||
text = targetGraphicLink.text();
|
||
} else if (targetGraphicLink.attr('src').length) {
|
||
if (targetGraphicLink.attr('alt').length) {
|
||
text = targetGraphicLink.attr('alt');
|
||
} else {
|
||
text = targetGraphicLink.attr('src');
|
||
}
|
||
} else {
|
||
text = "N/A";
|
||
}
|
||
ga('send',
|
||
{
|
||
hitType: 'event',
|
||
eventCategory: 'Graphic Links',
|
||
eventAction: 'Graphic Link - ' + text,
|
||
eventLabel: window.location.href
|
||
});
|
||
}
|
||
if (target.parents('.InfoAdvanced').length) {
|
||
ga('send',
|
||
{
|
||
hitType: 'event',
|
||
eventCategory: 'Info Advanced',
|
||
eventAction: 'Info Advanced Clicked',
|
||
eventLabel: window.location.href
|
||
});
|
||
}
|
||
if (target.parents('.list').length) {
|
||
ga('send',
|
||
{
|
||
hitType: 'event',
|
||
eventCategory: 'List',
|
||
eventAction: 'List Clicked',
|
||
eventLabel: window.location.href
|
||
});
|
||
}
|
||
if (target.parents('.megaMenuItem').length || target.parents('.topMenuItem').length) {
|
||
var megaMenuText = jQuery('.topMenuItem.mouseover').find('span').text();
|
||
var breadCrumbs = [];
|
||
jQuery('.breadCrumbs > li').each(function () {
|
||
breadCrumbs.push(this.textContent);
|
||
});
|
||
var pageTitle = breadCrumbs.join('>');
|
||
var subTitleText = target.parents('.megaMenuItem').children('.widgetTitle').children().text();
|
||
var text = "";
|
||
if (pageTitle) {
|
||
text += pageTitle + " | ";
|
||
} else {
|
||
text += document.title + ' - ';
|
||
}
|
||
if (target.text() == "" && megaMenuText == "") {
|
||
text += "N/A";
|
||
} else if (target.text().length && megaMenuText.length) {
|
||
if (megaMenuText == target.text()) {
|
||
text += megaMenuText;
|
||
} else {
|
||
text += megaMenuText + " - " + subTitleText + " - " + target.text();
|
||
}
|
||
} else if (target.text() == "") {
|
||
text += megaMenuText;
|
||
} else {
|
||
text += target.text();
|
||
}
|
||
if (!text.length) {
|
||
text = "N/A";
|
||
}
|
||
ga('send',
|
||
{
|
||
hitType: 'event',
|
||
eventCategory: 'Mega Menu',
|
||
eventAction: 'Mega Menu : ' + text,
|
||
eventLabel: window.location.href
|
||
});
|
||
}
|
||
if (target.parents('.widgetNewsFlash').length && target.parents('.widgetItem').length) {
|
||
var text = jQuery(target.parents('.widgetItem')[0]).find('.widgetTitle').children().text();
|
||
if (!text.length) {
|
||
text = "N/A";
|
||
}
|
||
ga('send',
|
||
{
|
||
hitType: 'event',
|
||
eventCategory: 'News Flash',
|
||
eventAction: 'News Flash - ' + text,
|
||
eventLabel: window.location.href
|
||
});
|
||
}
|
||
if (target.hasClass('widgetQuickLinksLink') || target.find('.widgetQuickLinksLink').length) {
|
||
var text = target.text();
|
||
if (!text.length) {
|
||
text = "N/A";
|
||
}
|
||
ga('send',
|
||
{
|
||
hitType: 'event',
|
||
eventCategory: 'Quick Links',
|
||
eventAction: 'Quick Links - ' + text,
|
||
eventLabel: window.location.href
|
||
});
|
||
}
|
||
if (target.attr('src') && target.parents('.cpSlideshow').length) {
|
||
var text = target.attr('title');
|
||
if (!text.length) {
|
||
text = "N/A";
|
||
}
|
||
ga('send',
|
||
{
|
||
hitType: 'event',
|
||
eventCategory: 'Slideshow',
|
||
eventAction: 'Slideshow - ' + text,
|
||
eventLabel: window.location.href
|
||
});
|
||
}
|
||
if (target.parents('.widgetText').length) {
|
||
ga('send',
|
||
{
|
||
hitType: 'event',
|
||
eventCategory: 'Text',
|
||
eventAction: 'Text Link Clicked',
|
||
eventLabel: window.location.href
|
||
});
|
||
}
|
||
});</script>
|
||
|
||
<div id="fb-root"></div>
|
||
<div id=skipToContentLinks>
|
||
<a href="#contentarea" target="_self" class="skipToContentLink">Skip to Main Content</a>
|
||
</div>
|
||
<form id="frmReferenceFormForTelerikEditorDialogs"></form>
|
||
|
||
<input type="hidden" id="GoogleMapsKey" value="AIzaSyDWUuE-ifkbhxblF920N8MjpBdTg1Wt784" />
|
||
|
||
|
||
|
||
<input type="hidden" id="cpcDomain" value="https://cp-civicplusuniversity2.civicplus.com">
|
||
<input type="hidden" id="hdnStructureID" value="2" />
|
||
<input type="hidden" id="hdnContentCollectionID" value="fadc3108-8e03-41e7-8db0-68eb2492ec48" />
|
||
<input type="hidden" id="hdnWorkingCopyID" value="00000000-0000-0000-0000-000000000000" />
|
||
<input type="hidden" id="hdnThemeID" value="15" />
|
||
<input type="hidden" id="pageIsFrontEnd" value="true" />
|
||
<input type="hidden" id="pageModuleID" value="79" />
|
||
<input type="hidden" id="pagePageID" />
|
||
<input type="hidden" id="hdnModuleEligibleForJquery224Upgrade" value="true" />
|
||
|
||
<input type="hidden" id="hdnModuleID" value="79" />
|
||
<img id="imgLogoPrintPreview" src="../../../ImageRepository/Document79d5.jpg?documentID=27" alt="Russell County, VA" />
|
||
<div id="stickyPlaceholder"></div>
|
||
<div id="outer-wrap" class="outer-wrap">
|
||
<div id="inner-wrap" class="inner-wrap">
|
||
<div id="divToolbars" class="cpToolbars newCP mui-fixed" style="">
|
||
|
||
<!--[if lte IE 7]><link rel="stylesheet" type="text/css" href="/App_Themes/CP/ie7.css"><![endif]-->
|
||
<!-- Allow Dashboard, Favorites Enabled -->
|
||
|
||
<!-- Begin Signed Out Bar -->
|
||
<div class="cpToolbar user public">
|
||
<div class="inner selfClear">
|
||
<p class="dropdown"><a href="https://cpauthentication.civicplus.com/connect/authorize/callback?client_id=2c63697f-aefa-4d94-bceb-983bf85b5f24&redirect_uri=https%3a%2f%2fwww.russellcountyva.us%2fIdentityServer%2fSignInCallback&response_type=code id_token token&scope=openid profile email&state=912756a075e04db5be595a53d9de46dc_&nonce=e334303ce5744c0c9ea42b727a77044c&response_mode=form_post&showcreateaccount=true" role="button" class="myConnections" id="signedOutToolbarCreateProfileButton">Create a Website Account</a> <span class="welcomeMessage">- Manage notification subscriptions, save form progress and more. </span></p>
|
||
<ul class="nav secondary">
|
||
<li><a href="../../../MyAccount.html" role="button" class="button" id="loggedOutToolbarSignInButton"><span>Website Sign In</span></a></li>
|
||
</ul>
|
||
</div>
|
||
</div>
|
||
<script>
|
||
$(document).ready(function () {
|
||
$('#signedOutToolbarCreateProfileButton').keypress(function (e) { if (e.which === 0) return; $(this).click(); });
|
||
$('#signedOutToolbarCreateProfileButton').click(function (event) {
|
||
event.preventDefault();
|
||
window.location.href = '/MyAccount/ProfileCreate?from=url&url=/&dn=' + window.location.origin;
|
||
});
|
||
|
||
|
||
$('#loggedOutToolbarSignInButton').click(function (event) {
|
||
event.preventDefault();
|
||
window.location.href = '/MyAccount/?from=url&url=' + encodeURIComponent(window.location.href.replace(window.location.origin, '')) + '&dn=' + window.location.host;
|
||
});
|
||
|
||
|
||
if ('False' == 'True') {
|
||
$('#loggedOutToolbarSignInButton').hide();
|
||
}
|
||
})
|
||
</script>
|
||
<!-- End Signed Out Bar -->
|
||
|
||
</div>
|
||
<div id="bodyWrapper">
|
||
<div id="mainNavHolderMobile" class="mainNavHolderMobile"></div>
|
||
|
||
<div data-cpRole="structuralContainer" id="structuralContainer1">
|
||
<div data-cpRole="banner" id="banner1"><div data-cpRole="structuralContainer" id="structuralContainer2">
|
||
<div class="siteWrap"><header class="siteHeader"><h1 data-cpRole="banner" id="banner2" class="logo empty">
|
||
|
||
|
||
|
||
|
||
<a style=" display: block; text-align: left;
|
||
" class="bannerObject" href="../../../index.html" target="_self"><img alt="Click to Home" class="bannerObject" src="../../../ImageRepository/Document7cdb.png?documentID=495" /></a>
|
||
|
||
</h1><aside data-cpRole="contentContainer" id="contentContainer1" class="topLinks"> <div id="cc0978edf1-5262-4b0e-ae4b-a1b973f1cce2" data-containerid="0978edf1-5262-4b0e-ae4b-a1b973f1cce2" class="pageContent cpGrid cpGrid24 isLockedContainer showInMobile" data-contentcontainerbreakpoint="10">
|
||
|
||
|
||
<div class="row outer wide"><!--
|
||
--><div class="outer col col16 first" style="" data-widgetcontainerid="e010b86f-efaf-4b2d-9581-bccecdc9c338">
|
||
|
||
<div class="row nest first last wide">
|
||
|
||
|
||
<div class="inner col col16 first last id1696ff47-4b77-4699-94c3-0d77f04e74bc" style="" data-widgetcontainerid="1696ff47-4b77-4699-94c3-0d77f04e74bc">
|
||
|
||
<div data-widget-id="b67e6766-fae5-4d69-bf79-e1d46ef827ed" data-widget-controller-path="/GraphicLinks/Widget">
|
||
|
||
|
||
|
||
|
||
<div id="graphicLinkWidgetb67e6766-fae5-4d69-bf79-e1d46ef827ed" class="widget widgetGraphicLinks skin43 widgetOptionSet16 wide" data-elementqueryclasses='{"wide-narrow":"min-width:10em"}' data-elementquerymatch='matchMultiColumn' data-elementqueryunmatch='unmatchMultiColumn' data-modulewidgettype="graphicLinks">
|
||
<div class="widgetHeader">
|
||
<div class="">
|
||
</div>
|
||
</div>
|
||
<div class="widgetBody cpGrid cpGrid4 ">
|
||
<div class="row wide"><!--
|
||
--><div class="col col1 first "><div class="semanticList"><!--
|
||
--><div class="widgetItem GraphicLinks"><a class="widgetDesc widgetGraphicLinksLink" href="https://www.facebook.com/russellcountyvirginia/?ref=aymt_homepage_panel" target="_blank" aria-label="Facebook graphic opens in new window"><img src="../../../ImageRepository/Document35d5.png?documentID=38"
|
||
class="graphicButtonLink" alt="Facebook"
|
||
onmouseover="this.src='../../../ImageRepository/Document2cff.png?documentID=39'"
|
||
onmouseout="this.src='../../../ImageRepository/Document35d5.png?documentID=38'"
|
||
onfocus="this.src='../../../ImageRepository/Document2cff.png?documentID=39'"
|
||
onblur="this.src='../../../ImageRepository/Document35d5.png?documentID=38'"> </a></div><!--
|
||
--></div></div><!----><div class="col col1 "><div class="semanticList"><!--
|
||
--><div class="widgetItem GraphicLinks"><a class="widgetDesc widgetGraphicLinksLink" href="https://twitter.com/RussellCo_VA" target="_blank" aria-label="Twitter graphic opens in new window"><img src="../../../ImageRepository/Document3454.png?documentID=40"
|
||
class="graphicButtonLink" alt="Twitter"
|
||
onmouseover="this.src='../../../ImageRepository/Document3448.png?documentID=41'"
|
||
onmouseout="this.src='../../../ImageRepository/Document3454.png?documentID=40'"
|
||
onfocus="this.src='../../../ImageRepository/Document3448.png?documentID=41'"
|
||
onblur="this.src='../../../ImageRepository/Document3454.png?documentID=40'"> </a></div><!--
|
||
--></div></div><!----><div class="col col1 "><div class="semanticList"><!--
|
||
--><div class="widgetItem GraphicLinks"><a class="widgetDesc widgetGraphicLinksLink" href="https://www.instagram.com/russellcountyva/?hl=en" target="_blank" aria-label="Instagram graphic opens in new window"><img src="../../../ImageRepository/Document2df2.png?documentID=42"
|
||
class="graphicButtonLink" alt="Instagram"
|
||
onmouseover="this.src='../../../ImageRepository/Document27b2.png?documentID=43'"
|
||
onmouseout="this.src='../../../ImageRepository/Document2df2.png?documentID=42'"
|
||
onfocus="this.src='../../../ImageRepository/Document27b2.png?documentID=43'"
|
||
onblur="this.src='../../../ImageRepository/Document2df2.png?documentID=42'"> </a></div><!--
|
||
--></div></div><!----><div class="col col1 last"><div class="semanticList"><!--
|
||
--><div class="widgetItem GraphicLinks"><a class="widgetDesc widgetGraphicLinksLink" href="https://www.youtube.com/channel/UCs8MhIQMtY0U8xjXiHtqYJg" target="_blank" aria-label="YouTube graphic opens in new window"><img src="../../../ImageRepository/Documentd593.png?documentID=44"
|
||
class="graphicButtonLink" alt="YouTube"
|
||
onmouseover="this.src='../../../ImageRepository/Document8804.png?documentID=45'"
|
||
onmouseout="this.src='../../../ImageRepository/Documentd593.png?documentID=44'"
|
||
onfocus="this.src='../../../ImageRepository/Document8804.png?documentID=45'"
|
||
onblur="this.src='../../../ImageRepository/Documentd593.png?documentID=44'"> </a></div><!--
|
||
--></div></div><!-- --></div>
|
||
</div>
|
||
<div class="widgetFooter">
|
||
</div>
|
||
</div>
|
||
|
||
</div>
|
||
</div> <!-- inner column -->
|
||
|
||
</div> <!-- inner row -->
|
||
|
||
</div><!-- outer column --><!----><div class="outer col col1" style="" data-widgetcontainerid="ad5e67d0-7fd0-4c2f-9a0c-a7cb84d8810e">
|
||
|
||
<div class="row nest first last wide">
|
||
|
||
|
||
<div class="inner col col1 first last idaf8ca3c7-ee22-4b46-9c3a-50651abeadba" style="" data-widgetcontainerid="af8ca3c7-ee22-4b46-9c3a-50651abeadba">
|
||
|
||
|
||
<div class="widget widgetSpacer" id="fc8463cc-b120-43f8-8941-9995c6aac6ed"></div> </div> <!-- inner column -->
|
||
|
||
</div> <!-- inner row -->
|
||
|
||
</div><!-- outer column --><!----><div class="outer col col3" style="" data-widgetcontainerid="30245f21-f1ff-44e5-a674-b97bcb0a46e7">
|
||
|
||
<div class="row nest first last wide">
|
||
|
||
|
||
<div class="inner col col3 first last id88aa22c6-9e60-4584-83d0-3ff927417d4f" style="" data-widgetcontainerid="88aa22c6-9e60-4584-83d0-3ff927417d4f">
|
||
|
||
<div data-widget-id="6ef08d13-3b5a-43da-b099-5c01e23feac0" data-widget-controller-path="/Layout/WidgetShare">
|
||
|
||
<script type="text/javascript">
|
||
$(document).ready(function () {
|
||
setWidgetServiceClicking($("#widgetShareHeader6ef08d13-3b5a-43da-b099-5c01e23feac0"), true, function () {
|
||
var $widgetBody = $('#widgetShareBody6ef08d13-3b5a-43da-b099-5c01e23feac0');
|
||
|
||
if ($widgetBody.is(':visible')) {
|
||
var menuItems = $('.widgetItem a', $widgetBody);
|
||
|
||
$(menuItems[0]).focus();
|
||
|
||
$('.widgetItem', $widgetBody).unbind("keydown").bind("keydown", function (e) {
|
||
|
||
if (e.which === 9) {
|
||
var index = menuItems.index(e.target);
|
||
|
||
if ((index === 0 && e.shiftKey) || (index === (menuItems.length - 1) && !e.shiftKey)) {
|
||
$("#widgetShareHeader6ef08d13-3b5a-43da-b099-5c01e23feac0").trigger('click').focus();
|
||
}
|
||
}
|
||
});
|
||
} else {
|
||
$('.widgetItem', $widgetBody).unbind("keydown");
|
||
}
|
||
});
|
||
});
|
||
</script>
|
||
|
||
<section id="widgetShare6ef08d13-3b5a-43da-b099-5c01e23feac0" class="widget widgetShare skin41 widgetOptionSet14 flyOutParent wide" aria-label="Share">
|
||
<header id="widgetShareHeader6ef08d13-3b5a-43da-b099-5c01e23feac0" class="widgetHeader" tabindex="0" role="button" aria-haspopup="true">
|
||
<h3><img alt="Share" class="imageHover" data-hover="/ImageRepository/Document?documentID=35" data-image="/ImageRepository/Document?documentID=34" src="../../../ImageRepository/Document3c20.png?documentID=34" /></h3>
|
||
</header>
|
||
<div id="widgetShareBody6ef08d13-3b5a-43da-b099-5c01e23feac0" class="widgetBody flyOut bottom leftEdge widget widgetShare skin41 cpGrid cpGrid1" style="display:none;">
|
||
<div class="row
|
||
wide">
|
||
<div class="col col1 first last">
|
||
<ol class="semanticList">
|
||
<li class="widgetItem" ><a tabindex="0" role="button" class="widgetShareFacebook shareService" onkeypress="if(event.which == 13) { this.onclick(); }" href="../../../Layout/WidgetShare/ShareLink/Facebook.html" target="_blank" aria-label="Share on Facebook opens in new window">Facebook</a></li>
|
||
<li class="widgetItem" ><a tabindex="0" role="button" class="widgetShareTwitter shareService" onkeypress="if(event.which == 13) { this.onclick(); }" href="../../../Layout/WidgetShare/ShareLink/Twitter.html" target="_blank" aria-label="Share on Twitter opens in new window">Twitter</a></li>
|
||
<li class="widgetItem" ><a tabindex="0" role="button" class="widgetSharePinterest shareService" onkeypress="if(event.which == 13) { this.onclick(); }" href="../../../Layout/WidgetShare/ShareLink/Pinterest.html" target="_blank" aria-label="Share on Pinterest opens in new window">Pinterest</a></li>
|
||
<li class="widgetItem" ><a tabindex="0" role="button" class="widgetShareDelicious shareService" onkeypress="if(event.which == 13) { this.onclick(); }" href="../../../Layout/WidgetShare/ShareLink/Delicious.html" target="_blank" aria-label="Share on Delicious opens in new window">Delicious</a></li>
|
||
<li class="widgetItem" ><a tabindex="0" role="button" class="widgetShareBlogger shareService" onkeypress="if(event.which == 13) { this.onclick(); }" href="../../../Layout/WidgetShare/ShareLink/Blogger.html" target="_blank" aria-label="Share on Blogger opens in new window">Blogger</a></li>
|
||
<li class="widgetItem" ><a tabindex="0" role="button" class="widgetShareLinkedIn shareService" onkeypress="if(event.which == 13) { this.onclick(); }" href="../../../Layout/WidgetShare/ShareLink/LinkedIn.html" target="_blank" aria-label="Share on LinkedIn opens in new window">LinkedIn</a></li>
|
||
</ol>
|
||
</div>
|
||
|
||
</div>
|
||
</div>
|
||
|
||
</section>
|
||
|
||
</div>
|
||
</div> <!-- inner column -->
|
||
|
||
</div> <!-- inner row -->
|
||
|
||
</div><!-- outer column --><!----><div class="outer col col4 last" style="" data-widgetcontainerid="90020087-ca65-43e8-8305-35fb8b4b602d">
|
||
|
||
<div class="row nest first last wide">
|
||
|
||
|
||
<div class="inner col col4 first last id759091bf-009c-4784-b496-3420127ee8e1" style="" data-widgetcontainerid="759091bf-009c-4784-b496-3420127ee8e1">
|
||
|
||
<div data-widget-id="bacc7637-39f4-4df5-b391-2249e24b3fdd" data-widget-controller-path="/Layout/WidgetSiteTools">
|
||
|
||
<script type="text/javascript">
|
||
$(document).ready(function () {
|
||
setWidgetServiceClicking($("#widgetSiteToolsHeaderbacc7637-39f4-4df5-b391-2249e24b3fdd"), true, function () {
|
||
var $widgetBody = $('#widgetSiteToolsBodybacc7637-39f4-4df5-b391-2249e24b3fdd');
|
||
|
||
if ($widgetBody.is(':visible')) {
|
||
var menuItems = $('.widgetItem a', $widgetBody);
|
||
|
||
$(menuItems[0]).focus();
|
||
|
||
$('.widgetItem', $widgetBody).unbind("keydown").bind("keydown", function (e) {
|
||
|
||
if (e.which === 9) {
|
||
var index = menuItems.index(e.target);
|
||
|
||
if ((index === 0 && e.shiftKey) || (index === (menuItems.length - 1) && !e.shiftKey)) {
|
||
$("#widgetSiteToolsHeaderbacc7637-39f4-4df5-b391-2249e24b3fdd").trigger('click').focus();
|
||
}
|
||
}
|
||
});
|
||
} else {
|
||
$('.widgetItem', $widgetBody).unbind("keydown");
|
||
}
|
||
});
|
||
});
|
||
</script>
|
||
|
||
<section id="widgetSiteToolsbacc7637-39f4-4df5-b391-2249e24b3fdd" class="widget widgetSiteTools skin41 widgetOptionSet7 flyOutParent wide" aria-label="Site Tools">
|
||
<header id="widgetSiteToolsHeaderbacc7637-39f4-4df5-b391-2249e24b3fdd" class="widgetHeader" tabindex="0" role="button" aria-haspopup="true">
|
||
<h3><img alt="Site Tools" class="imageHover" data-hover="/ImageRepository/Document?documentID=37" data-image="/ImageRepository/Document?documentID=36" src="../../../ImageRepository/Documentcef1.png?documentID=36" /></h3>
|
||
</header>
|
||
<div id="widgetSiteToolsBodybacc7637-39f4-4df5-b391-2249e24b3fdd" class="widgetBody whiteIcons flyOut bottom leftEdge widget widgetSiteTools skin41 cpGrid cpGrid1" style="display:none;">
|
||
<div class="row
|
||
wide">
|
||
<div class="col col1 first last">
|
||
<ol class="semanticList">
|
||
<li class="widgetItem"><a tabindex="0" role="button" aria-label="Site Tools Home" class="widgetSiteToolsHome siteToolsService" href="../../../index.html">Home</a></li>
|
||
<li class="widgetItem"><a tabindex="0" role="button" aria-label="Site Tools My Account" class="widgetSiteToolsMyAccount siteToolsService" href="../../../MyAccount.html">My Account</a></li>
|
||
<li id="PrinterFriendlybacc7637-39f4-4df5-b391-2249e24b3fdd" class="widgetItem"><a tabindex="0" aria-label="Site Tools Printer Friendly opens in new window" role="button" class="widgetSiteToolsPrinterFriendly siteToolsService" onkeypress="if (event.which == 13) { this.onclick(); }" onclick="Core.Layout.dynamicJavascript('printPreview();'); return false;" href="#PrinterFriendlybacc7637-39f4-4df5-b391-2249e24b3fdd">Printer Friendly</a></li>
|
||
<li class="widgetItem"><a tabindex="0" role="button" aria-label="Site Tools Email Page" class="widgetSiteToolsEmailPage siteToolsService" href="../../../EmailPage.html">Email Page</a></li>
|
||
<li class="widgetItem"><a tabindex="0" role="button" aria-label="Site Tools Contact Us" class="widgetSiteToolsContactUs siteToolsService" href="../../../directory.html">Contact Us</a></li>
|
||
<li class="widgetItem"><a tabindex="0" role="button" aria-label="Site Tools RSS" class="widgetSiteToolsRSS siteToolsService" href="../../../rss.html">RSS</a></li>
|
||
<li class="widgetItem"><a tabindex="0" role="button" aria-label="Site Tools Site Map" class="widgetSiteToolsSiteMap siteToolsService" href="../../../SiteMap.html">Site Map</a></li>
|
||
<li id="TranslatePagebacc7637-39f4-4df5-b391-2249e24b3fdd" class="widgetItem"><a tabindex="0" aria-label="Site Tools Translate Page opens in new window" role="button" class="widgetSiteToolsTranslatePage siteToolsService" onkeypress="if (event.which == 13) { this.onclick(); }" onclick="Core.Layout.dynamicJavascript('window.open(\'https://translate.google.com/translate?js=n&sl=auto&tl=es&u=\' + document.location.href, \"TranslateWindow\");'); return false;" href="#TranslatePagebacc7637-39f4-4df5-b391-2249e24b3fdd">Translate Page</a></li>
|
||
<li class="widgetItem"><a tabindex="0" role="button" aria-label="Site Tools Notifications" class="widgetSiteToolsNotifications siteToolsService" href="../../../list.html">Notifications</a></li>
|
||
<li class="widgetItem"><a tabindex="0" role="button" aria-label="Site Tools Documents" class="widgetSiteToolsDocuments siteToolsService" href="../../../DocumentCenter.html">Documents</a></li>
|
||
</ol>
|
||
</div>
|
||
|
||
</div>
|
||
</div>
|
||
|
||
</section>
|
||
|
||
|
||
|
||
</div>
|
||
</div> <!-- inner column -->
|
||
|
||
</div> <!-- inner row -->
|
||
|
||
</div><!-- outer column --><!-- --></div> <!-- outer row -->
|
||
|
||
|
||
</div>
|
||
</aside><nav data-cpRole="nav" id="mainNav" class="siteNav mainNav" role="navigation">
|
||
<ol id="mainNavMenu" data-parent="1" class="rootNavMenu" role="menu"><!--
|
||
--><li id="MainItem27" class="topMenuItem" aria-haspopup="true" role="menuitem" data-pageid="27" data-displaymegamenu="True"><!--
|
||
--><!--
|
||
--><a id="mainNavGovernment" class="navMainItem mainNavItem mainNavItem1" href="../../../27/Government.html" target="_self">Government</a><!--
|
||
--><!--
|
||
--></li><!----><li id="MainItem101" class="topMenuItem" aria-haspopup="true" role="menuitem" data-pageid="101" data-displaymegamenu="True"><!--
|
||
--><!--
|
||
--><a id="mainNavCommunityServices" class="navMainItem mainNavItem mainNavItem2" href="../../../101/Community-Services.html" target="_self">Community Services</a><!--
|
||
--><!--
|
||
--></li><!----><li id="MainItem31" class="topMenuItem" aria-haspopup="true" role="menuitem" data-pageid="31" data-displaymegamenu="True"><!--
|
||
--><!--
|
||
--><a id="mainNavResidents" class="navMainItem mainNavItem mainNavItem3" href="../../../31/Residents.html" target="_self">Residents</a><!--
|
||
--><!--
|
||
--></li><!----><li id="MainItem35" class="topMenuItem" aria-haspopup="true" role="menuitem" data-pageid="35" data-displaymegamenu="True"><!--
|
||
--><!--
|
||
--><a id="mainNavBusiness" class="navMainItem mainNavItem mainNavItem4" href="../../../35/Business.html" target="_self">Business</a><!--
|
||
--><!--
|
||
--></li><!----><li id="MainItem9" class="topMenuItem" aria-haspopup="true" role="menuitem" data-pageid="9" data-displaymegamenu="True"><!--
|
||
--><!--
|
||
--><a id="mainNavVisitors" class="navMainItem mainNavItem mainNavItem5" href="../../../9/Visitors.html" target="_self">Visitors</a><!--
|
||
--><!--
|
||
--></li><!---->
|
||
</ol>
|
||
|
||
|
||
<script type="text/javascript">
|
||
$(document).ready(function () {
|
||
var menuID = 'mainNavMenu';
|
||
var menuType = MAIN_MENU;
|
||
|
||
//setup menu manager properties for main menu
|
||
if (!menuManager.mobileMainNav && true)
|
||
menuManager.adjustMainItemsWidth('#' + menuID);
|
||
menuManager.isMainMenuEditable = false;
|
||
menuManager.mainMenuMaxSubMenuLevels = 4;
|
||
menuManager.setMOMMode(2, menuType);
|
||
|
||
//Init main menu
|
||
var setupDraggable = menuManager.isMainMenuEditable;
|
||
var urlToGetHiddenMenus = '/Pages/MenuMain/HiddenMainSubMenus?pageID=1&moduleID=79&themeID=15&menuContainerID=mainNav';
|
||
|
||
menuManager.setupMenu(menuID, 'mainNav', menuType, setupDraggable, urlToGetHiddenMenus);
|
||
menuManager.mainMenuInit = true;
|
||
menuManager.mainMenuTextResizer = false;
|
||
if (0.50 > 0)
|
||
menuManager.mainMenuTextResizerRatio = 0.50;
|
||
if (window.isResponsiveEnabled)
|
||
menuManager.mainMenuReady.resolve();
|
||
|
||
});
|
||
</script>
|
||
|
||
|
||
<aside data-cpRole="megaMenu" id="megaMenu" class="megaMenu" style="display: none;"><input type="hidden" id="megaMenuPopupDirection" value="0"><input type="hidden" id="megaMenuWidthReference" value="0"><aside data-cpRole="contentContainer" id="mainNavMegaMenu27" class="contentTop mainNavMegaMenu megaMenuContainer pageID_27 hidden" data-orientation="horizontal"> <div id="ccf86c2f93-7f79-447b-ade5-a5dc2e2ed4ab" data-containerid="f86c2f93-7f79-447b-ade5-a5dc2e2ed4ab" class="pageContent cpGrid cpGrid24 showInMobile">
|
||
|
||
|
||
|
||
|
||
</div>
|
||
</aside><aside data-cpRole="contentContainer" id="mainNavMegaMenu101" class="contentTop mainNavMegaMenu megaMenuContainer pageID_101 hidden" data-orientation="horizontal"> <div id="cce355d9ea-361c-4452-8648-2662ef69edb1" data-containerid="e355d9ea-361c-4452-8648-2662ef69edb1" class="pageContent cpGrid cpGrid24 showInMobile">
|
||
|
||
|
||
|
||
|
||
</div>
|
||
</aside><aside data-cpRole="contentContainer" id="mainNavMegaMenu31" class="contentTop mainNavMegaMenu megaMenuContainer pageID_31 hidden" data-orientation="horizontal"> <div id="cc4b720a49-d2d1-4538-9118-16de38d33c9d" data-containerid="4b720a49-d2d1-4538-9118-16de38d33c9d" class="pageContent cpGrid cpGrid24 showInMobile">
|
||
|
||
|
||
|
||
|
||
</div>
|
||
</aside><aside data-cpRole="contentContainer" id="mainNavMegaMenu35" class="contentTop mainNavMegaMenu megaMenuContainer pageID_35 hidden" data-orientation="horizontal"> <div id="ccfc662ffc-048c-4b76-8d53-8f8fa41a9c94" data-containerid="fc662ffc-048c-4b76-8d53-8f8fa41a9c94" class="pageContent cpGrid cpGrid24 showInMobile">
|
||
|
||
|
||
|
||
|
||
</div>
|
||
</aside><aside data-cpRole="contentContainer" id="mainNavMegaMenu9" class="contentTop mainNavMegaMenu megaMenuContainer pageID_9 hidden" data-orientation="horizontal"> <div id="cc2bc9cae7-7850-48cc-affe-260d60b4699c" data-containerid="2bc9cae7-7850-48cc-affe-260d60b4699c" class="pageContent cpGrid cpGrid24 showInMobile">
|
||
|
||
|
||
|
||
|
||
</div>
|
||
</aside></aside></nav></header></div>
|
||
</div><div data-cpRole="structuralContainer" id="structuralContainer3">
|
||
<div class="siteWrap"><div data-cpRole="structuralContainer" id="structuralContainer4" class="mainWrap" role="main">
|
||
<div data-cpRole="structuralContainer" id="structuralContainer5" class="outerContentWrap">
|
||
<div data-cpRole="structuralContainer" id="structuralContainer6" class="contentWrap">
|
||
<div data-cpRole="breadCrumbs" class="breadCrumbContainer" id="breadCrumbs"> <ol class="semanticList breadCrumbs">
|
||
<li><a class="breadCrumb" href="../../../index.html">Home</a></li><li>Facilities</li>
|
||
</ol>
|
||
|
||
|
||
|
||
</div><div data-cpRole="mainContentContainer" id="moduleContent">
|
||
<a id="contentarea"></a>
|
||
|
||
<div id="FacilitiesContent" class="newCP moduleContentNew minWidth515px minWidth583px minWidth850px ">
|
||
|
||
|
||
|
||
<div class="sidebar">
|
||
<div class="section map">
|
||
<div class="directions">
|
||
|
||
<div class="mapInner" style="">
|
||
|
||
|
||
<div id="map_canvas" style="width: 218px; height: 218px" class="esriInDaHizzouse"></div>
|
||
|
||
<input type="hidden" value="39.5" id="hdn_LatitudeForMap" />
|
||
<input type="hidden" value="-98.35" id="hdn_LongitudeForMap" />
|
||
<input type="hidden" value="12" id="hdn_ZoomForMap" />
|
||
<input type="hidden" value="14" id="hdn_DefaultZoomForMap" />
|
||
<input type="hidden" value="Lebanon,VA 24266" id="hdn_AddressForGeocoding" />
|
||
<input type="hidden" value="[{"ID":"2","Name":"Cleveland Community Center","Latitude":"36.9434564003814","Longitude":"-82.1569397362427","Accuracy":"100"}]" id="hdn_MapSearchResults" />
|
||
<input type="hidden" value="False" id="hdn_ShowControls" />
|
||
<input type="hidden" value="False" id="hdn_ShowInfoWindows" />
|
||
<input type="hidden" value="False" id="hdn_DraggableMarkers" />
|
||
<input type="hidden" value="2" id="hdn_ShowID" />
|
||
<input type="hidden" value="/Areas/Facilities/Assets/Images/FacilityMarker.png" id="hdn_MarkerImageUrl" />
|
||
<input type="hidden" value="/Areas/Facilities/Assets/Images/FacilityMarkerShadow.png" id="hdn_MarkerImageShadowUrl" />
|
||
<input type="hidden" value="/Facilities/Facility/GetInfoWindowEsri" id="hdn_InfoWindowUrl" />
|
||
<input type="hidden" value="False" id="hdn_IsMobile" />
|
||
<input type="hidden" value="/Facilities/Facility/GetClusteredInfoWindowEsri" id="hdn_ClusteredInfoWindowUrl" />
|
||
<input type="hidden" value="/Areas/Facilities/Assets/Images/FacilityMarkerMultiple.png" id="hdn_ClusteredMarkerImageUrl" />
|
||
<input type="hidden" value="Cannot determine your current location." id="hdn_CannotDetermineLocationError" />
|
||
|
||
<script language="javascript" type="text/javascript">
|
||
$(document).ready(function () {
|
||
var mode = 'DynamicButLazyLoaded';
|
||
var lazyLoadedMode = 'DynamicButLazyLoaded';
|
||
var useEsriMaps = true;
|
||
var forceDisplayMap = false;
|
||
if (mode !== lazyLoadedMode || forceDisplayMap || useEsriMaps) {
|
||
MapResult.initialize();
|
||
}
|
||
});
|
||
</script>
|
||
|
||
</div>
|
||
|
||
|
||
<div class="facilitiesMegaMenuContainer">
|
||
|
||
<a class="button getDirections" href="#" id="getDirectionsButton"><span id="spanGetDirections"> Get Directions </span></a>
|
||
|
||
</div>
|
||
<div id="mapPopout" class="miniPopout mapPopout" style="display: none;" name="mapPopout">
|
||
<div class="miniPopoutTop">
|
||
<div class="miniPopoutBtm">
|
||
<ol>
|
||
<li><a name="directionLink" target="_blank" class="linkGoogle" href="http://maps.google.com/?daddr=Rt+1209%2c+Cleveland%2c+VA++++++++%2c+24225">Google</a></li>
|
||
<li><a name="directionLink" target="_blank" class="linkGoogle" href="http://bing.com/maps/default.aspx?rtp=~adr.Rt+1209%2c+Cleveland%2c+VA++++++++%2c+24225">Bing</a></li>
|
||
</ol>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
</div>
|
||
<script src=../../../Areas/Facilities/Assets/Scripts/FacilityDetails/FacilityDetailsSidebarMap.cf type="text/javascript"></script>
|
||
<script language="javascript" type="text/javascript">
|
||
$(document).ready(function () {
|
||
if (typeof FacilityDetailsSidebarMapJS === 'undefined') {
|
||
FacilityDetailsSidebarMapJS = new FacilityDetailsSidebarMap();
|
||
FacilityDetailsSidebarMapJS.initialize();
|
||
}
|
||
});
|
||
</script>
|
||
</div>
|
||
|
||
<div class="section address">
|
||
<h4>Cleveland Community Center</h4>
|
||
<p class="adr">
|
||
<span class="street-address">Rt 1209</span> <br /> <span class="locality">Cleveland, VA </span> <span class="postal-code">24225</span></p>
|
||
|
||
<h4>Contact</h4>
|
||
Rick Garrett <br />
|
||
<a href="tel:2762543032">2762543032</a> <br />
|
||
|
||
</div>
|
||
|
||
|
||
|
||
|
||
<div class="section rating " sizcache="1" sizset="19">
|
||
<h3>Rating</h3>
|
||
<div class="rating" sizcache="1" sizset="19">
|
||
<span class="ratingContainer" title="Rate this facility" sizcache="1" sizset="19">
|
||
|
||
|
||
<span style="width: 0%" class="overallRating"></span>
|
||
|
||
|
||
<a title="5 Star Rating" class="myRating fiveStar" href="#" data-rating-value="5"></a>
|
||
<a title="4 Star Rating" class="myRating fourStar" href="#" data-rating-value="4"></a>
|
||
<a title="3 Star Rating" class="myRating threeStar" href="#" data-rating-value="3"></a>
|
||
<a title="2 Star Rating" class="myRating twoStar" href="#" data-rating-value="2"></a>
|
||
<a title="1 Star Rating" class="myRating oneStar" href="#" data-rating-value="1"></a>
|
||
</span>
|
||
<p class="votes">
|
||
This facility has not yet been rated. </p>
|
||
</div>
|
||
</div>
|
||
|
||
<script type="text/javascript" src="../../../Assets/Scripts/ItemRating/ItemRating.js"></script>
|
||
<script type="text/javascript">
|
||
$(document).ready(function () {
|
||
var facilityRatingJS = new ItemRating('/Facilities/Rating', 1, 2, 0, $('div.section.rating'));
|
||
});
|
||
</script>
|
||
</div>
|
||
|
||
|
||
|
||
<div class="contentMain selfClear">
|
||
<div class="header maxWidth370px">
|
||
<div class="text">
|
||
<h1>Facilities</h1>
|
||
</div>
|
||
<div class="buttonHolder" id="featuresOverviewButtonDiv">
|
||
<a href="../../FeatureOverview.html" class="button" id="featuresOverviewButton">
|
||
<span>Feature Overview</span>
|
||
</a>
|
||
</div>
|
||
</div>
|
||
|
||
|
||
|
||
<input id="FacilityID" name="FacilityID" type="hidden" value="2" />
|
||
<input id="hdnForceAllDay" name="hdnForceAllDay" type="hidden" value="False" />
|
||
|
||
<a href=../../../Facilities.html class="return">View search results</a>
|
||
<a href=../../../Facilitiesfbd3.html?clear=True class="return">View all facilities</a>
|
||
|
||
<div class="details ">
|
||
<h2>Cleveland Community Center</h2>
|
||
|
||
<link href="../../../Assets/Styles/Slideshow.css" rel="stylesheet" type="text/css" />
|
||
<div class="media js">
|
||
|
||
|
||
<input type="hidden" class="hdnSlideshowUniqueID" value="263" />
|
||
<div id="divSlideshow263" class="cpSlideshow widgetBody cpSlideshowJS263 narrow">
|
||
<link href="../../../Assets/Styles/PausePlay/PausePlay.css" rel="stylesheet" />
|
||
<script src="../../../1700977764.js" type="text/javascript"></script>
|
||
<div class="cpWindow cpWindowJS263 ">
|
||
<ol class="semanticList cpSlider fade cpSliderJS263">
|
||
<li class="hidden" id="263_2450" data-index="0">
|
||
|
||
|
||
<img src="../../../ImageRepository/Documenta08e.jpg?documentID=522" class="" alt="Cleveland Community Center" title="Cleveland Community Center" data-delayed-image="" style="height: 1px" />
|
||
|
||
</li>
|
||
<li class="hidden" id="263_2451" data-index="1">
|
||
|
||
|
||
<img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-delay-load="/ImageRepository/Document?documentID=523" class="" alt="Cleveland Community Center " title="Cleveland Community Center " data-delayed-image="" style="height: 1px" />
|
||
|
||
</li>
|
||
<li class="hidden" id="263_2452" data-index="2">
|
||
|
||
|
||
<img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-delay-load="/ImageRepository/Document?documentID=524" class="" alt="Cleveland Community Center " title="Cleveland Community Center " data-delayed-image="" style="height: 1px" />
|
||
|
||
</li>
|
||
<li class="hidden" id="263_2453" data-index="3">
|
||
|
||
|
||
<img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-delay-load="/ImageRepository/Document?documentID=525" class="" alt="Cleveland Community Center " title="Cleveland Community Center " data-delayed-image="" style="height: 1px" />
|
||
|
||
</li>
|
||
<li class="hidden" id="263_2454" data-index="4">
|
||
|
||
|
||
<img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-delay-load="/ImageRepository/Document?documentID=526" class="" alt="Cleveland Community Center " title="Cleveland Community Center " data-delayed-image="" style="height: 1px" />
|
||
|
||
</li>
|
||
<li class="hidden" id="263_2455" data-index="5">
|
||
|
||
|
||
<img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-delay-load="/ImageRepository/Document?documentID=527" class="" alt="Cleveland Community Center " title="Cleveland Community Center " data-delayed-image="" style="height: 1px" />
|
||
|
||
</li>
|
||
<li class="hidden" id="263_2456" data-index="6">
|
||
|
||
|
||
<img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-delay-load="/ImageRepository/Document?documentID=528" class="" alt="Cleveland Community Center " title="Cleveland Community Center " data-delayed-image="" style="height: 1px" />
|
||
|
||
</li>
|
||
</ol>
|
||
|
||
|
||
</div>
|
||
<script type="text/javascript">
|
||
// <!--
|
||
var $1 = typeof $ == 'undefined' ? window.parent.$ : $;
|
||
$1(document).ready(function () {
|
||
var slideshowb8214044dd0c41c3a61d2b1120210099 = new Slideshow();
|
||
slideshowb8214044dd0c41c3a61d2b1120210099.generate('263','1','5', false,false, 0);
|
||
|
||
$('.ssPlay-btn').addClass('isHidden');
|
||
});
|
||
var $pages = typeof window.Pages == 'undefined' ? window.parent.Pages : window.Pages;
|
||
$1.when($pages.rwdReady).done(function () {
|
||
var divSlideshowID = 'divSlideshow263';
|
||
var mediaQuerySize = 0;
|
||
if (mediaQuerySize == 0)
|
||
mediaQuerySize = 25; //default for not widget slide show
|
||
var mediaElementQuery = '#' + divSlideshowID + ':media(this-min-width:' + mediaQuerySize + 'em)';
|
||
var $cpMedia = typeof window.cpMedia == 'undefined' ? window.parent.cpMedia : window.cpMedia;
|
||
var $divSlideShow = $('#' + divSlideshowID);
|
||
var $arrows = $divSlideShow.find('a.arrow');
|
||
var $arrowsNew = $divSlideShow.find('a.arrowNew');
|
||
var $divExternalSlideshow = $('.bannerSlideshowControlsNew').last();
|
||
var $overlays = $(document.getElementsByName('captionOverlay_263'));
|
||
|
||
if(window.isMobileBrowserIncludingTablets){
|
||
$overlays.each(function (overlay) {
|
||
$(overlay).removeClass('overlay')
|
||
});
|
||
}
|
||
|
||
$cpMedia.unregister(mediaElementQuery)
|
||
.register(mediaElementQuery,
|
||
{
|
||
deferSetup: false,
|
||
setup: function () {
|
||
cpMedia.diag('$(element).removeClass("wide"), mediaQuery: ' + mediaElementQuery);
|
||
$divSlideShow.removeClass('wide').addClass('narrow');
|
||
if ($divExternalSlideshow.length > 0) {
|
||
$divExternalSlideshow.hide();
|
||
}
|
||
if ($arrows.length > 0) {
|
||
$arrows.hide();
|
||
if (typeof ($$) !== 'undefined') {
|
||
$$('#' + divSlideshowID)
|
||
.on('swipeRight',
|
||
function (e, a) {
|
||
$arrows.filter('.prev').click();
|
||
});
|
||
$$('#' + divSlideshowID)
|
||
.on('swipeLeft',
|
||
function (e) {
|
||
$arrows.filter('.next').click();
|
||
});
|
||
}
|
||
}
|
||
if ($arrowsNew.length > 0) {
|
||
|
||
if (!(false && !window.isMobileBrowserIncludingTablets)) {
|
||
$arrowsNew.hide();
|
||
}
|
||
if (typeof ($$) !== 'undefined') {
|
||
$$('#' + divSlideshowID)
|
||
.on('swipeRight',
|
||
function (e, a) {
|
||
$arrowsNew.filter('.prev').click();
|
||
});
|
||
$$('#' + divSlideshowID)
|
||
.on('swipeLeft',
|
||
function (e) {
|
||
$arrowsNew.filter('.next').click();
|
||
});
|
||
}
|
||
}
|
||
if ($overlays.length > 0 && window.isMobileBrowserIncludingTablets) {
|
||
if (2 == 1) {
|
||
$overlays.hide();
|
||
} else if (2 == 2) {
|
||
$overlays.removeClass('overlay');
|
||
}
|
||
}
|
||
},
|
||
match: function () {
|
||
cpMedia.diag('$(element).addClass("wide"), mediaQuery: ' + mediaElementQuery);
|
||
$divSlideShow.addClass('wide').removeClass('narrow');
|
||
if ($divExternalSlideshow.length > 0 && !$divExternalSlideshow.hasClass('none')) {
|
||
$divExternalSlideshow.show();
|
||
}
|
||
if ($arrows.length > 0) {
|
||
$arrows.show();
|
||
if (typeof ($$) !== 'undefined') {
|
||
$$('#' + divSlideshowID).off('swipeRight');
|
||
$$('#' + divSlideshowID).off('swipeLeft');
|
||
}
|
||
}
|
||
if ($arrowsNew.length > 0) {
|
||
$arrowsNew.show();
|
||
if (typeof ($$) !== 'undefined') {
|
||
$$('#' + divSlideshowID).off('swipeRight');
|
||
$$('#' + divSlideshowID).off('swipeLeft');
|
||
}
|
||
}
|
||
if ($overlays.length > 0) {
|
||
if (2 == 1) {
|
||
$overlays.show();
|
||
} else if (2 == 2 && !window.isMobileBrowserIncludingTablets) {
|
||
$overlays.addClass('overlay');
|
||
}
|
||
}
|
||
},
|
||
unmatch: function () {
|
||
cpMedia.diag('$(element).removeClass("wide"), mediaQuery: ' + mediaElementQuery);
|
||
$divSlideShow.removeClass('wide').addClass('narrow');
|
||
if ($divExternalSlideshow.length > 0) {
|
||
$divExternalSlideshow.hide();
|
||
}
|
||
if ($arrows.length > 0) {
|
||
$arrows.hide();
|
||
|
||
if (typeof ($$) !== 'undefined') {
|
||
$$('#' + divSlideshowID).on('swipeRight', function (e) {
|
||
$arrows.filter('.prev').click();
|
||
});
|
||
$$('#' + divSlideshowID).on('swipeLeft', function (e) {
|
||
$arrows.filter('.next').click();
|
||
});
|
||
}
|
||
}
|
||
if ($arrowsNew.length > 0) {
|
||
if (typeof ($$) !== 'undefined') {
|
||
$$('#' + divSlideshowID).on('swipeRight', function (e) {
|
||
$arrowsNew.filter('.prev').click();
|
||
});
|
||
$$('#' + divSlideshowID).on('swipeLeft', function (e) {
|
||
$arrowsNew.filter('.next').click();
|
||
});
|
||
}
|
||
}
|
||
if ($overlays.length > 0 && window.isMobileBrowserIncludingTablets) {
|
||
if (2 == 1) {
|
||
$overlays.hide();
|
||
} else if (2 == 2) {
|
||
$overlays.removeClass('overlay');
|
||
}
|
||
}
|
||
}
|
||
});
|
||
});
|
||
// -->
|
||
</script>
|
||
|
||
|
||
</div>
|
||
|
||
|
||
</div>
|
||
|
||
<div class="reserve">
|
||
<p class="share">
|
||
<a href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fwww.russellcountyva.us%2ffacilities%2ffacility%2fdetails%2fCleveland-Community-Center-2&t=Check%20out%20this%20great%20facility%20for%20Russell%20County,%20VA" class="button" target="_blank">
|
||
<span><img src="../../../Assets/Images/IconShareFacebook.png" alt="Facebook" title="Share on Facebook"/></span>
|
||
</a>
|
||
<a href="https://twitter.com/share?url=https%3a%2f%2fwww.russellcountyva.us%2ffacilities%2ffacility%2fdetails%2fCleveland-Community-Center-2&text=Check%20out%20this%20great%20facility%20for%20Russell%20County,%20VA" class="button" target="_blank">
|
||
<span><img src="../../../Assets/Images/IconShareTwitter.png" alt="Twitter" title="Share on Twitter"/></span>
|
||
</a>
|
||
|
||
|
||
<a href="#" id="shareViaEmailButton" class="button" target="_blank"
|
||
data-email-subject ="Check out this great facility for Russell County, VA"
|
||
data-share-url = "https://www.russellcountyva.us/facilities/facility/details/Cleveland-Community-Center-2">
|
||
<span><img src="../../../Assets/Images/IconShareEmail.png" alt="Email" title="Share via Email"/></span>
|
||
</a>
|
||
|
||
<script language="javascript" type="text/javascript" src="../../../Assets/Scripts/SocialShare.js"></script>
|
||
<script language="javascript" type="text/javascript">
|
||
$(document).ready(function () {
|
||
var socialShareJs = new SocialShare();
|
||
socialShareJs.setup('Check out this great facility for Russell County, VA', 'Cleveland-Community-Center-3.html');
|
||
});
|
||
</script>
|
||
|
||
</p>
|
||
<input id="hdn_IsReservable" name="hdn_IsReservable" type="hidden" value="True" />
|
||
|
||
<a id="newReservation" class="button" href="#newReservation">
|
||
<span>
|
||
Request Reservation </span>
|
||
</a>
|
||
</div>
|
||
<table class="infoTable">
|
||
<tbody>
|
||
|
||
|
||
|
||
</tbody>
|
||
</table>
|
||
|
||
|
||
|
||
<div class="editorContent fr-view">
|
||
|
||
</div>
|
||
</div>
|
||
|
||
|
||
</div>
|
||
|
||
|
||
|
||
<a id="CalendarAnchor" href="#calendar" style="font-size: 0;">Go to Calendar</a>
|
||
|
||
|
||
|
||
<link href="../../../Content/themes/base/jquery-ui.css" rel="stylesheet" type="text/css" />
|
||
<link rel='stylesheet' type='text/css' href='../../../Assets/Styles/fullcalendar/fullcalendar.css' />
|
||
<link rel='stylesheet' type='text/css' href='../../../Assets/Styles/fullcalendar/fullcalendar.print.css' media='print' />
|
||
<script src="../../../Common/Controls/jquery-ui-1.10.4/js/jquery-ui.min.js" type="text/javascript"></script>
|
||
|
||
<script type='text/javascript' src='../../../Assets/Scripts/fullcalendar/fullcalendar.min.js'></script>
|
||
<script type='text/javascript' src='../../../Assets/Scripts/fullcalendar/DefaultView.js'></script>
|
||
|
||
<input id="hdnMinStartTimeHour" name="Calendar.MinStartTime.Hour" type="hidden" value="0" />
|
||
<input id="hdnMaxEndTimeHour" name="Calendar.MaxEndTimeHour" type="hidden" value="24" />
|
||
<input id="hdnWvFirstDay" name="Calendar.WeekViewFirstDay" type="hidden" value="0" />
|
||
<input id="hdnIsFrontEnd" name="IsFrontEnd" type="hidden" value="True" />
|
||
<input id="hdnCalendarModuleModify" name="hdnCalendarModuleModify" type="hidden" value="You must modify this reservation through the Calendar module." />
|
||
<input id="hdnActivitiesModuleModify" name="hdnActivitiesModuleModify" type="hidden" value="You must modify this reservation through the Activities module." />
|
||
<input id="hdnFCSubCalendarListCount" name="hdnFCSubCalendarListCount" type="hidden" value="1" />
|
||
<input id="hdnFCIsMainSubCalHidden" name="hdnFCIsMainSubCalHidden" type="hidden" value="True" />
|
||
<input id="hdnDeleteRecurrenceConfirmation" name="hdnDeleteRecurrenceConfirmation" type="hidden" value="Are you sure you want to delete this series?" />
|
||
<input id="hdnDeleteRecurrencePrompt" name="hdnDeleteRecurrencePrompt" type="hidden" value="This a is a recurring event. Do you wish to delete the whole series?" />
|
||
<input id="hdnModifyRecurrencePrompt" name="hdnModifyRecurrencePrompt" type="hidden" value="This a event is a recurring event. Do you wish to modify the whole series?" />
|
||
<input id="hdnModifyRecurrenceWExceptionPrompt" name="hdnModifyRecurrenceWExceptionPrompt" type="hidden" value="Any exceptions associated with this recurring reservation will be cancelled. Is this OK? Click 'Cancel' to stop the change." />
|
||
|
||
<div class=" availability">
|
||
<h3>Availability</h3>
|
||
|
||
<div class="calendar" style="z-index: 1;">
|
||
|
||
<input id="hdnSubCalendarList" name="hdnSubCalendarList" type="hidden" value="2" />
|
||
|
||
<div class="calHeader">
|
||
|
||
<input id="datepicker" type="hidden" />
|
||
</div>
|
||
|
||
<div class="date">
|
||
<a class="button reserve" href="#modalNewReservation" id="fullCalendarReserveButton"><span>Request Reservation</span></a>
|
||
<a href="Cleveland-Community-Center-2.html" class="button reserve requireSignIn"><span title="iCal - Log in to subscribe to calendar updates">Subscribe to Calendar Updates</span></a>
|
||
</div>
|
||
|
||
</div>
|
||
|
||
</div>
|
||
|
||
<div id='calendar'>
|
||
</div>
|
||
|
||
|
||
<div class="footer selfClear">
|
||
|
||
<a class="backtotop" href="#">▲ Back to top</a>
|
||
</div>
|
||
</div>
|
||
|
||
|
||
|
||
|
||
<div class="newCP">
|
||
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div></div>
|
||
</div><div data-cpRole="structuralContainer" id="structuralContainer9">
|
||
<div class="siteWrap"><footer data-cpRole="contentContainer" id="contentContainer4" class="siteFooter"> <div id="cc25c6fa03-26cb-4b68-bfa0-6be04768f58f" data-containerid="25c6fa03-26cb-4b68-bfa0-6be04768f58f" class="pageContent cpGrid cpGrid24 isLockedContainer showInMobile">
|
||
|
||
|
||
<div class="row outer wide"><!--
|
||
--><div class="outer col col24 first last" style="" data-widgetcontainerid="bb7ab2b9-d859-4f48-a374-7f9a2ea7fec9">
|
||
|
||
<div class="row nest first last wide">
|
||
|
||
|
||
<div class="inner col col24 first last id39a6cbac-545e-4736-b13d-0e125b91f155" style="" data-widgetcontainerid="39a6cbac-545e-4736-b13d-0e125b91f155">
|
||
|
||
<div data-widget-id="53bba4a7-4e3c-4e9d-851a-21bf9d61ccfe" data-widget-controller-path="/InfoAdvanced/Widget">
|
||
|
||
|
||
|
||
|
||
|
||
<section id="divInfoAdv53bba4a7-4e3c-4e9d-851a-21bf9d61ccfe" class="widget widgetInfoAdvanced skin37 widgetOptionSet5 wide" data-modulewidgettype="infoAdv" data-elementqueryclasses='{"wide-narrow":"min-width:25em"}' data-elementquerymatch='matchMultiColumn' data-elementqueryunmatch='unmatchMultiColumn' aria-label="Info Advanced">
|
||
<header class="widgetHeader" id="header53bba4a7-4e3c-4e9d-851a-21bf9d61ccfe">
|
||
<div class="">
|
||
</div>
|
||
</header>
|
||
<div class="widgetBody cpGrid cpGrid1 ">
|
||
<div class="row wide">
|
||
<div class="col col1 first last">
|
||
<ol class="pageStyles semanticList">
|
||
|
||
<li class="InfoAdvanced widgetItem fr-view">
|
||
<div style="text-align: center;"><a title="The Seal of the County of Russell, Virginia" class="Hyperlink" href="../../../index.html" target="_self"><img title="The Seal of the County of Russell, Virginia" alt="The Seal of the County of Russell, Virginia" src="../../../ImageRepository/Documentee75.png?documentID=54"></a><br></div>
|
||
</li> </ol>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="widgetFooter">
|
||
|
||
</div>
|
||
|
||
</section>
|
||
|
||
|
||
|
||
<script type="text/javascript">
|
||
//Render slideshow if info advacned items contain one.
|
||
$(document).ready(function (e) {
|
||
$('#divInfoAdv53bba4a7-4e3c-4e9d-851a-21bf9d61ccfe .InfoAdvanced.widgetItem').each(function () {
|
||
renderSlideshowIfApplicable($(this));
|
||
});
|
||
});
|
||
</script></div> </div> <!-- inner column -->
|
||
|
||
</div> <!-- inner row -->
|
||
|
||
</div><!-- outer column --><!-- --></div> <!-- outer row -->
|
||
<div class="row outer wide"><!--
|
||
--><div class="outer col col24 first last" style="" data-widgetcontainerid="506c26ce-4a9a-4df3-9605-84153211b201">
|
||
|
||
<div class="row nest first last wide">
|
||
|
||
|
||
<div class="inner col col24 first last id881a31eb-a5ad-41f5-97c0-522883447b68" style="" data-widgetcontainerid="881a31eb-a5ad-41f5-97c0-522883447b68">
|
||
|
||
<div data-widget-id="565d32e5-acd2-4c3b-af46-baa794742e5d" data-widget-controller-path="/InfoAdvanced/Widget">
|
||
|
||
|
||
|
||
|
||
|
||
<section id="divInfoAdv565d32e5-acd2-4c3b-af46-baa794742e5d" class="widget widgetInfoAdvanced skin37 widgetOptionSet5 wide" data-modulewidgettype="infoAdv" data-elementqueryclasses='{"wide-narrow":"min-width:25em"}' data-elementquerymatch='matchMultiColumn' data-elementqueryunmatch='unmatchMultiColumn' aria-label="Info Advanced">
|
||
<header class="widgetHeader" id="header565d32e5-acd2-4c3b-af46-baa794742e5d">
|
||
<div class="">
|
||
</div>
|
||
</header>
|
||
<div class="widgetBody cpGrid cpGrid1 ">
|
||
<div class="row wide">
|
||
<div class="col col1 first last">
|
||
<ol class="pageStyles semanticList">
|
||
|
||
<li class="InfoAdvanced widgetItem fr-view">
|
||
<div style="text-align: center;"><span><br>137 Highland Drive | Lebanon, VA, 24266 | Phone: 276-889-8000 | Fax: 276-889-8011</span></div><div style="text-align: center;"><br></div><div style="text-align: center;"><a class="Hyperlink" href="../../../index.html" target="_self">Home</a> | <a class="Hyperlink" href="../../../accessibility.html" target="_self">Accessibility</a> | <a class="Hyperlink" href="../../../sitemap-2.html" target="_self">Site Map</a> | <a class="Hyperlink" href="../../../directory.html" target="_self">Contact Us</a> | <a class="Hyperlink" href="../../../site/copyright.html" target="_self">Copyright</a></div><a title="Government Websites by CivicPlus" class="Hyperlink" href="http://www.civicplus.com/" target="_blank"></a>
|
||
</li> </ol>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="widgetFooter">
|
||
|
||
</div>
|
||
|
||
</section>
|
||
|
||
|
||
|
||
<script type="text/javascript">
|
||
//Render slideshow if info advacned items contain one.
|
||
$(document).ready(function (e) {
|
||
$('#divInfoAdv565d32e5-acd2-4c3b-af46-baa794742e5d .InfoAdvanced.widgetItem').each(function () {
|
||
renderSlideshowIfApplicable($(this));
|
||
});
|
||
});
|
||
</script></div> </div> <!-- inner column -->
|
||
|
||
</div> <!-- inner row -->
|
||
|
||
</div><!-- outer column --><!-- --></div> <!-- outer row -->
|
||
|
||
|
||
</div>
|
||
</footer></div>
|
||
</div>
|
||
|
||
|
||
|
||
|
||
<div id="banner1-49" style="display: none"></div>
|
||
<script type="text/javascript">
|
||
onOrLive($(window), function () {
|
||
$.when(window.Pages.rwdSetupComplete)
|
||
.done(function () {
|
||
renderBanner('banner1-49',
|
||
'banner1',
|
||
{"BannerOptionID":49,"ThemeID":15,"SlotName":"banner1","Name":"Default","IsDefault":true,"BannerMode":1,"SlideShowSlideTiming":null,"SlideshowTransition":0,"SlideShowTransitionTiming":null,"ImageScale":false,"ImageAlignment":2,"ImageScroll":true,"MuteSound":true,"VideoType":0,"Status":40,"SlideshowControlsPosition":0,"SlideshowControlsAlignment":0,"SlideshowBannerControlsColorScheme":0,"DisplayVideoPauseButton":false,"VideoPauseButtonAlignment":1,"VideoPauseButtonControlsAlignment":0,"VideoPauseButtonStyle":null,"VideoPauseButtonBackgroundStyle":null,"BannerImages":[{"BannerImageID":59,"BannerOptionID":49,"FileName":"/ImageRepository/Document?documentID=28","Height":750,"Width":1800,"StartingOn":null,"StoppingOn":null,"IsLink":false,"LinkAddress":null,"Sequence":1,"RecordStatus":0,"ModifiedBy":0,"ModifiedOn":"\/Date(-62135575200000)\/","AltText":null}],"BannerVideos":[],"RecordStatus":0,"ModifiedBy":0,"ModifiedOn":"\/Date(-62135575200000)\/"},
|
||
{"BannerImageID":59,"BannerOptionID":49,"FileName":"/ImageRepository/Document?documentID=28","Height":750,"Width":1800,"StartingOn":null,"StoppingOn":null,"IsLink":false,"LinkAddress":null,"Sequence":1,"RecordStatus":0,"ModifiedBy":0,"ModifiedOn":"\/Date(-62135575200000)\/","AltText":null},
|
||
'../../../App_Themes/Simple/Images/index.html',
|
||
'<img alt="" class="bannerObject" src="/ImageRepository/Document?documentID=28" />');
|
||
});
|
||
}, "load");
|
||
</script>
|
||
|
||
|
||
</div>
|
||
</div>
|
||
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
|
||
<link href="../../../745732998.css" rel="stylesheet" type="text/css" />
|
||
|
||
<div tabindex="0"></div>
|
||
<div id="SplashMessageWrapper" class="cp-Splash-wrapper">
|
||
<div role="dialog" aria-labelledby="cp-Splash-title" aria-describedby="editorContentDesc" aria-modal="true" tabindex="-1" id="SplashMessage" class="hidden cp-Splash cp-Splash--modal is-open">
|
||
<div class="cp-Splash-header">
|
||
<h3 class="cp-Splash-title" id="cp-Splash-title">Loading</h3>
|
||
<button class="cp-Splash-Btn cp-Splash-close" aria-label="Close this modal" title="Close this window">
|
||
<svg id="iconClose" viewBox="0 0 25 25">
|
||
<polygon style="fill:currentcolor"
|
||
points="18.806,6.98 18.075,6.248 12.532,11.792 6.989,6.248 6.257,6.98 11.786,12.508 6.212,18.084 6.943,18.815 12.532,13.224 18.12,18.815 18.851,18.084 13.277,12.508"></polygon>
|
||
</svg>
|
||
</button>
|
||
</div>
|
||
<div class="cp-Splash-body">
|
||
<div class="cp-Splash-Prose editorContent fr-view fr-element" id="editorContentDesc">
|
||
<!-- Content from the Froala Editor will go here. -->
|
||
Loading
|
||
</div>
|
||
</div>
|
||
<div class="cp-Splash-footer">
|
||
<button class="cp-Splash-Btn cp-Splash-Btn--NoShow">Do Not Show Again</button>
|
||
<button class="cp-Splash-Btn cp-Splash-Btn--Close">Close</button>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div tabindex="0"></div>
|
||
|
||
<script src="../../../Assets/Scripts/APIClient.js"></script>
|
||
<script src="../../../Assets/Mystique/Shared/Scripts/Moment/Moment.min.js"></script>
|
||
<script src="../../../Assets/Scripts/SplashModal/SplashModalRender.js"></script>
|
||
<script>
|
||
|
||
$(document).ready(function () {
|
||
var filter = {
|
||
targetId: '',
|
||
targetType: 0
|
||
}
|
||
|
||
new SplashModalRender().triggerRender(filter);
|
||
});
|
||
</script>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<script src="../../../Areas/Facilities/Assets/Scripts/FacilitiesCommon.js" type="text/javascript"></script>
|
||
<script src="../../../Areas/Facilities/Assets/Scripts/FacilityDetails/FacilityDetails.js" type="text/javascript"></script>
|
||
<script src="../../../Areas/Facilities/Assets/Scripts/Shared/NewReservationModal.js" type="text/javascript"></script>
|
||
<script src="../../../Assets/Scripts/RWD/MediaFramework.js" type="text/javascript"></script>
|
||
<script src="../../../Areas/Facilities/Assets/Scripts/FacilityDetails/FacilitiesDetailRWD.d0e.dela" type="text/javascript"></script>
|
||
|
||
<script language="javascript" type="text/javascript">
|
||
|
||
$(document).ready(function () {
|
||
FacilityDetails.addDetailsClassToFacilitiesContentDiv();
|
||
|
||
document.onmousedown = function (event) {
|
||
var target = window.event ? window.event.srcElement : event.target;
|
||
var targetID = target.id;
|
||
|
||
if (targetID != 'spanGetDirections' && target != $('#mapPopout') && !elemInsideOrEq($('#mapPopout'), target) && target.name != 'directionLink') {
|
||
$('#mapPopout').hide();
|
||
}
|
||
};
|
||
|
||
setupCalendarSelectable();
|
||
});
|
||
|
||
var setupCalendarSelectable = function () {
|
||
var selectEventHandler = function (start, end, allDay) {
|
||
var dateFormat = getDateFormat();
|
||
if (start != null && end != null) {
|
||
startDate = new Date(start);
|
||
endDate = new Date(end);
|
||
openReservationModal();
|
||
dateFormat = dateFormat.replace("mm", "MM");
|
||
setDateTimesInModal(startDate.format(dateFormat), startDate.format("h:mm tt"), endDate.format(dateFormat), endDate.format("h:mm tt"), allDay);
|
||
}
|
||
};
|
||
DefaultView.setSelectableFunction(selectEventHandler);
|
||
DefaultView.init();
|
||
};
|
||
</script>
|
||
|
||
|
||
<script src="../../../Scripts/json2.min.js" type="text/javascript"></script>
|
||
|
||
|
||
|
||
|
||
<script type="text/javascript">function dynamicStretchContainers () {Core.Layout.stretchContainers('#structuralContainer1, #structuralContainer3, #structuralContainer2');}</script>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<script src="../../../-1961315640.js" type="text/javascript"></script>
|
||
|
||
|
||
|
||
<script type="text/javascript">
|
||
$(function () {
|
||
document.cookie = "responsiveGhost%3d0%3b%20path%3d/index.html";
|
||
});
|
||
onOrLive($(window), function () {
|
||
$('body').addClass('doneLoading').removeClass('hideContent');
|
||
|
||
if ($('#404Content').length > 0)
|
||
$('div#bodyWrapper').css('padding', '0px');
|
||
}, 'load');
|
||
</script>
|
||
|
||
<noscript>
|
||
<style>
|
||
body.hideContent {
|
||
opacity: 1 !important;
|
||
}
|
||
</style>
|
||
</noscript>
|
||
|
||
|
||
<div style="display: none;">
|
||
<svg xmlns="http://www.w3.org/2000/svg" style="display:none;">
|
||
|
||
<symbol id="iconArrow--left" viewbox="0 0 25 25">
|
||
<title>Arrow Left</title>
|
||
<polygon style="fill:currentcolor" points="18.044,25 19.498,23.545 8.409,12.454 19.408,1.455 17.954,0 5.502,12.452"></polygon>
|
||
</symbol>
|
||
|
||
<symbol id="iconArrow--right" viewbox="0 0 25 25">
|
||
<title>Arrow Right</title>
|
||
<polygon style="fill:currentcolor" points="6.957,0 5.502,1.455 16.591,12.546 5.592,23.545 7.047,25 19.498,12.548"></polygon>
|
||
</symbol>
|
||
|
||
</svg>
|
||
</div>
|
||
<script type="text/javascript">loadCSS('//fonts.googleapis.com/css?family=Noto+Sans:700,700italic,italic,regular|');</script>
|
||
|
||
|
||
<div class="hidden activeWidgetSkinComponentsOnPageJson">[]</div>
|
||
<div style="display: none;">
|
||
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;">
|
||
<symbol id="iconSlideshowArrowLeft" viewBox="0 0 22.68 40">
|
||
<title>Slideshow Left Arrow</title>
|
||
<g>
|
||
<path style="fill:currentcolor;" d="M20,40a2.67,2.67,0,0,1-1.9-.79L.79,21.9a2.68,2.68,0,0,1,0-3.79L18.1.79a2.68,2.68,0,1,1,3.79,3.79L6.47,20,21.89,35.42A2.68,2.68,0,0,1,20,40Z"></path>
|
||
</g>
|
||
</symbol>
|
||
<symbol id="iconSlideshowArrowRight" viewBox="0 0 22.68 40">
|
||
<title>Slideshow Right Arrow</title>
|
||
<g>
|
||
<path style="fill:currentcolor;" d="M2.68,0a2.67,2.67,0,0,1,1.9.79L21.89,18.1a2.68,2.68,0,0,1,0,3.79L4.58,39.21A2.68,2.68,0,0,1,.79,35.42L16.21,20,.79,4.58A2.68,2.68,0,0,1,2.68,0Z"></path>
|
||
</g>
|
||
</symbol>
|
||
</svg>
|
||
</div>
|
||
|
||
|
||
|
||
<div id="root-picker-outlet"></div>
|
||
</body>
|
||
|
||
<!-- Mirrored from www.russellcountyva.us/Facilities/Facility/Details/Cleveland-Community-Center-2 by HTTrack Website Copier/3.x [XR&CO'2014], Thu, 18 Apr 2024 09:47:45 GMT -->
|
||
</html> |