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) 1769493600
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 193
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,food-drink-bt,food-drink-p300,edited-cynthia,at-bt-articles-home,at-bt-articles-restaurant
Aurelio’s Bake Shop is a local favorite because of the fantastic cakes, which are always moist, delicious, and nicely decorated. The accommodating staff works hard to ensure customers are happy… Read More
Featuring
evergreen,food-drink-bt,food-drink-p300,at-bt-articles-home,at-bt-articles-restaurant
Serving a combination of Thai and Japanese cuisine, Somkit offers an authentic, diverse menu in a casual environment. Their cuisine is handmade by skilled food artisans who ensure everything is… Read More
Featuring
evergreen,community-life-bt,recreation-p300,at-bt-articles-home,at-bt-articles-community
The Westwood Fitness & Sports Center consists of two separate buildings, making this sports center the largest in the district. One building features a 200-meter indoor track, 60-yard… Read More
Featuring
evergreen,community-life-bt,recreation-p300,at-bt-articles-home,at-bt-articles-community
Castle Rock State Park is distinguished by rock formations, ravines, and a sandstone bluff perfect for exploration. Located in the Rock River Hills region, this beautiful park offers six miles of… Read More
Featuring
evergreen,community-life-bt,recreation-p300,at-bt-articles-home,at-bt-articles-community
White Pines Forest State Park is a scenic haven and perfect picnic spot. With magnificent trees and moss-covered cliffs, this colorful park is ideal for wildlife-watching. Four shelters and several… Read More
Featuring
evergreen,entertainment-bt,entertainment-p300,at-bt-articles-home,at-bt-articles-entertainment
This haunted mansion in Mount Carroll is an unusual attraction that draws visitors from all over. The owner purchased this lavish mansion when it was already haunted, and now he gives tours all year.… Read More
Featuring
evergreen,food-drink-bt,food-drink-p300,edited-cynthia,at-bt-articles-home,at-bt-articles-restaurant
This family-friendly restaurant is a local favorite because of the friendly owners and staff, excellent food, and decent portion sizes. Customers rave about delicious food from breakfast to dinner.… Read More
Featuring
evergreen,food-drink-bt,food-drink-p300,at-bt-articles-home,at-bt-articles-restaurant
Jalapenos is a favorite Mexican restaurant for locals and travelers. Located right on the interstate, this authentic Mexican joint offers fresh, delicious dishes and friendly service. Customer… Read More
Featuring
evergreen,directory-bt,directory-p300,at-bt-articles-home,at-bt-articles-directory
Fuzion Studios Salon Spa will have you looking like a dream from your scalp to your fingertips. This popular hotspot offers a full range of hair care and nail services so you can enjoy an all-over… Read More
Featuring
evergreen,food-drink-bt,food-drink-p300,at-bt-articles-home,at-bt-articles-restaurant
It’s easy (and delicious) to live the ripe life at Ripe Life Juice Co. This Rockford vegan cafe and juice bar is known for its vegan chili, acai bowls, smoothies, and much more.
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 Harmon',
'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) 41.722301483154,
'lng' => (float) -89.55460357666,
'latlng' => '41.722301483154,-89.55460357666',
'city' => 'Harmon',
'state' => 'IL',
'theme' => '',
'page_type' => 'town'
)
$options = array(
'page' => (int) 1,
'limit' => (int) 5,
'order' => array(
'created' => (int) -1
),
'conditions' => array(
'address.town_sef_url' => 'harmon-il'
)
)
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
Harmon Town Facts
Harmon, Illinois. You can view Harmon venues that host many Harmon IL events every year.
You can find a ton of properties for sale if you search the Harmon page on Zillow. Currently Harmon has an average listing price for homes for sale on the market of $141,122. More real estate facts about Harmon: The number of properties currently for sale in Harmon is 220. The median homes for sale listing price is $99,900. This is broken down with the number of three bedroom houses in Harmon consisting of 99 with an average listing price for these house of $139,265. Out of the 38 houses that are four bedroom the average listing price for Harmon is $215,853.
Interest rates for Harmon are at historic lows as well.
Harmon Illinois has a latitude of 41.722301483154 and a longitude of -89.55460357666. View the full profile