If you’re relocating to or within Aiken County, even if you’re here and want to stay put, liveworkplay.live has news you can use for a better life.
live work play
This map combines search options for both Live and Play resources. Explore the map to find Aiken County’s welcoming neighborhoods, nearby amenities, and local services. Life is smoother when you discover your options and make a plan.
Please Note: For a few weeks during startup, some fictitious features are shown as examples only. They will all be removed shortly.
Loading...
No Records Found
Sorry, no records were found. Please adjust your search criteria and try again.
Maps failed to load
Sorry, unable to load the Maps API.
error: Content is protected !!
add_action('wp_footer', function() {
?>
if (!window.gdWidgetMap) {
window.gdWidgetMap = true;
jQuery(function () {
geoDirMapSlide();
});
jQuery(window).on("resize",function () {
jQuery('.geodir_map_container .geodir-post-type-filter-wrap').each(function () {
jQuery(this).find('.geodir-map-posttype-list').css({
'width': 'auto'
});
jQuery(this).find('ul.place-list').css({
'margin-left': '0px'
});
geoDirMapPrepare(this);
});
});
function geoDirMapPrepare($thisMap) {
var $objMpList = jQuery($thisMap).find('.geodir-map-posttype-list');
var $objPlList = jQuery($thisMap).find('ul.place-list');
var wArrL = parseFloat(jQuery($thisMap).find('.geodir-map-navigation .geodir-leftarrow').outerWidth(true));
var wArrR = parseFloat(jQuery($thisMap).find('.geodir-map-navigation .geodir-rightarrow').outerWidth(true));
var ptw1 = parseFloat($objMpList.outerWidth(true));
$objMpList.css({
'margin-left': wArrL + 'px'
});
$objMpList.attr('data-width', ptw1);
ptw1 = ptw1 - (wArrL + wArrR);
$objMpList.width(ptw1);
var ptw = $objPlList.width();
var ptw2 = 0;
$objPlList.find('li').each(function () {
var ptw21 = jQuery(this).outerWidth(true);
ptw2 += parseFloat(ptw21);
});
var doMov = parseFloat(ptw * 0.75);
ptw2 = ptw2 + (ptw2 * 0.05);
var maxMargin = ptw2 - ptw;
$objPlList.attr('data-domov', doMov);
$objPlList.attr('data-maxMargin', maxMargin);
}
function geoDirMapSlide() {
jQuery('.geodir_map_container .geodir-post-type-filter-wrap').each(function () {
var $thisMap = this;
geoDirMapPrepare($thisMap);
var $objPlList = jQuery($thisMap).find('ul.place-list');
jQuery($thisMap).find('.geodir-leftarrow a').on("click",function (e) {
e.preventDefault();
var cm = $objPlList.css('margin-left');
var doMov = parseFloat($objPlList.attr('data-domov'));
var maxMargin = parseFloat($objPlList.attr('data-maxMargin'));
cm = parseFloat(cm);
if (cm == 0 || maxMargin < 0) {
return;
}
domargin = cm + doMov;
if (domargin > 0) {
domargin = 0;
}
$objPlList.animate({
'margin-left': domargin + 'px'
}, 1000);
});
jQuery($thisMap).find('.geodir-rightarrow a').on("click",function (e) {
e.preventDefault();
var cm = $objPlList.css('margin-left');
var doMov = parseFloat($objPlList.attr('data-domov'));
var maxMargin = parseFloat($objPlList.attr('data-maxMargin'));
cm = parseFloat(cm);
domargin = cm - doMov;
if (cm == (maxMargin * -1) || maxMargin < 0) {
return;
}
if ((domargin * -1) > maxMargin) {
domargin = maxMargin * -1;
}
$objPlList.animate({
'margin-left': domargin + 'px'
}, 1000);
});
});
}
}