Notice (8): Undefined index: searchdate [APP/Plugin/Core/Controller/Component/EventsComponent.php, line 80]Code Context $start_cond['$lt'] = new MongoDate(strtotime($this->params['searchdate']." 23:59:59"));
if(!empty($this->params['days']))
$start_cond['$lt'] = new MongoDate(strtotime($this->params['searchdate']." 23:59:59 + ".$this->params['days']." days")) ;
$count = false
$grouped = false
$start_cond = array(
'$gte' => object(MongoDate) {
sec => (int) 1765692000
usec => (int) 0
}
)EventsComponent::create_search_condition() - APP/Plugin/Core/Controller/Component/EventsComponent.php, line 80
EventsComponent::search() - APP/Plugin/Core/Controller/Component/EventsComponent.php, line 43
TtdController::process_rule() - APP/Controller/TtdController.php, line 174
TtdController::view() - APP/Controller/TtdController.php, line 57
ReflectionMethod::invokeArgs() - [internal], line ??
Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 491
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
CakeObject::requestAction() - CORE/Cake/Core/CakeObject.php, line 104
Modules::render() - APP/Lib/Modules.php, line 23
include - APP/View/Elements/display.ctp, line 14
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 963
AppController::renderPage() - APP/Controller/AppController.php, line 224
TownsController::displayTown() - APP/Controller/TownsController.php, line 11
ReflectionMethod::invokeArgs() - [internal], line ??
Featuring
evergreen,entertainment-bt,entertainment-p300,at-bt-articles-home,at-bt-articles-entertainment
Play miniature golf while overlooking the lake in this serene setting. It’s only $5 per 18 holes, and there’s a concession stand nearby featuring snow cones, snacks and drinks. This park… Read More
Featuring
evergreen,food-drink-bt,food-drink-p300,at-bt-articles-home,at-bt-articles-restaurant
Veggies Health Center and Cafe has everything you need to live a healthier, more Earth-friendly lifestyle. Want freshly prepared vegan foods? Head to the cafe. Want ingredients to make your favorites… Read More
Featuring
evergreen,food-drink-bt,food-drink-p300,edited-cynthia,at-bt-articles-home,at-bt-articles-restaurant
Pho and More offers a large selection of traditional pho, served with a variety of different proteins. One reviewer calls it a "hidden gem."
Read More
Featuring
evergreen,food-drink-bt,food-drink-p300,hybrid,edited-chira,at-bt-articles-home,at-bt-articles-restaurant
Giovanni's Italian Restaurant is more than just a pizzeria. They also serve up tasty plates of pasta, Italian subs, and sides. People come from all over Oklahoma to enjoy this joint.
Read More
Featuring
evergreen,entertainment-bt,entertainment-p300,at-bt-articles-home,at-bt-articles-entertainment
Walk down memory lane and fend off the wet weather at the same time. Stop by Ardmore Emporium Antiques, Southern Oklahoma's go-to for vintage items since 2010. The owner is frequently on-site and… Read More
Featuring
evergreen,directory-bt,directory-p300,at-bt-articles-home,at-bt-articles-directory
If you’ve ever wanted to try a houseboat, check out the floating cabins on Lake Murray. Each cabin has full amenities, including a kitchenette and full bathroom. Step out on the deck to enjoy… Read More
Featuring
evergreen,community-life-bt,recreation-p300,at-bt-articles-home,at-bt-articles-community
Parks, beaches, cabins, an RV park and an ATV/motorcycle area are available in the park areas at the state park. There’s also a golf course and nature center nearby. Lake Murray has a fishing… Read More
Featuring
evergreen,community-life-bt,community-life-p300,at-bt-articles-home,at-bt-articles-community
Lake Murray is one of Oklahoma’s best destinations for outdoor activities. You can enjoy fishing and boating most of the year, because the weather is typically milder in southern Oklahoma.… Read More
Featuring
evergreen,food-drink-bt,food-drink-p300,at-bt-articles-home,at-bt-articles-restaurant
With 18 flat-panel, high-def TVs in this restaurant, you’ll be able to watch the game in comfort while enjoying a great meal. The lunch menu is fairly standard, but the dinner menu has some… Read More
Featuring
evergreen,food-drink-bt,food-drink-p300,at-bt-articles-home,at-bt-articles-restaurant
Spicy wings, fried to perfection. If you’re brave, you’ll want to try the chicken toes. The atmosphere is unbeatable at Two Frogs.
Read More
Let everyone know what's going on. Start using our networking tools to spread the word about upcoming events around town.
From alerting folks to a meeting about an important town issue, the next gathering of your book group, a real estate open house or upcoming tag sale, make this your first stop in getting the word out
Notice (8): Trying to access array offset on value of type null [APP/Plugin/Core/Controller/Component/PlacesComponent.php, line 68]Code Context if($params['tags'])
$options['conditions']['tags'] = $params['tags'];
else if($this->params['tags_logical'])
$params = array(
'show' => (int) 5,
'title' => 'Organizations around Ardmore',
'images' => false,
'group_type' => 'organization',
'sort' => 'created',
'sort_rule' => '-1',
'keyword' => '',
'radius' => null,
'limit' => (int) 15,
'page' => (int) 1,
'sef' => '',
'tags' => '',
'tags_logical' => '',
'terms' => '',
'show_limit' => (int) 3,
'days' => '',
'max-days' => (int) 365,
'max-miles' => (int) 45,
'message' => '[message to follow]',
'min' => (int) 50,
'prompt' => '',
'height' => '',
'width' => '',
'data_id' => '',
'more' => true,
'type' => '',
'autoshowmore' => false,
'link' => '',
'showdesc' => '',
'rankby' => '',
'empty-message' => '',
'ad_slots' => '',
'see-more-title' => '',
'searchdate' => '',
'searchenddate' => '',
'lat' => (float) 34.179901123047,
'lng' => (float) -97.125602722168,
'latlng' => '34.179901123047,-97.125602722168',
'city' => 'Ardmore',
'state' => 'OK',
'theme' => '',
'page_type' => 'town'
)
$options = array(
'page' => (int) 1,
'limit' => (int) 5,
'order' => array(
'created' => (int) -1
),
'conditions' => array(
'address.town_sef_url' => 'ardmore-ok'
)
)
PlacesComponent::search() - APP/Plugin/Core/Controller/Component/PlacesComponent.php, line 68
PlacesController::local() - APP/Controller/PlacesController.php, line 52
ReflectionMethod::invokeArgs() - [internal], line ??
Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 491
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
CakeObject::requestAction() - CORE/Cake/Core/CakeObject.php, line 104
Modules::render() - APP/Lib/Modules.php, line 23
include - APP/View/Elements/display.ctp, line 14
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 963
AppController::renderPage() - APP/Controller/AppController.php, line 224
TownsController::displayTown() - APP/Controller/TownsController.php, line 11
ReflectionMethod::invokeArgs() - [internal], line ??
Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 491
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193
Ardmore Town Facts
Ardmore, Oklahoma. Population for Ardmore from the last gathering is 23711. You can view Ardmore venues that host many Ardmore OK events every year.
You can find a ton of properties for sale if you search the Ardmore page on Zillow. Currently Ardmore has an average listing price for homes for sale on the market of $169,368. More real estate facts about Ardmore: The number of properties currently for sale in Ardmore is 130. The median homes for sale listing price is $149,983. This is broken down with the number of three bedroom houses in Ardmore consisting of 25 with an average listing price for these house of $280,871. Out of the 2 houses that are four bedroom the average listing price for Ardmore is $138,650.
Interest rates for Ardmore are at historic lows as well.
Ardmore Oklahoma has a latitude of 34.179901123047 and a longitude of -97.125602722168. View the full profile