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) 1766037600
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,at-bt-articles-home,at-bt-articles-restaurant
Debbie’s Diner may seem like a humble local spot in downtown Decatur but it’s a popular and bustling location nonetheless. Stop into this quaint diner for friendly faces and taste… Read More
Featuring
evergreen,entertainment-bt,entertainment-p300,at-bt-articles-home,at-bt-articles-entertainment
Take advantage of the soggy weather to stimulate and expand your kids’ minds with an outing to the Children’s Museum of Illinois. It’s full of interactive exhibits for kids to… Read More
Featuring
evergreen,food-drink-bt,food-drink-p300,hybrid,edited-chira,at-bt-articles-home,at-bt-articles-restaurant
An authentic brick oven pizza is a delicacy you can’t pass up, and you’ll find it at Napoli’s Italian Restaurant. This Decatur spot is known for its amazing pizza but you also must… Read More
Featuring
evergreen,directory-bt,directory-p300,at-bt-articles-home,at-bt-articles-directory
Capelli’s Studio and Spa is your go-to in Decatur for all things beauty. With an incredible team of hairstylists, makeup artists, massage therapists, lash artists, estheticians, and more,… Read More
Featuring
evergreen,directory-bt,directory-p300,at-bt-articles-home,at-bt-articles-directory
Low Key Studios is a treasured find if you love a great piercing. This Decatur studio does it right: a welcoming and low-stress environment, a clean shop, and skillful work every time.
Read More
Featuring
evergreen,food-drink-bt,food-drink-p300,at-bt-articles-home,at-bt-articles-restaurant
Have a hankering for some soul food? If you’re in the Decatur area, you’re in luck, because the Jalyrih Grill is in your neighborhood. While it offers delicious comfort throughout the… Read More
Featuring
evergreen,directory-bt,directory-p300,at-bt-articles-home,at-bt-articles-directory
This family-owned sporting goods store has been serving the Decatur community for nearly three decades and sells a wide variety of sporting gear. They offer both new and used equipment and always go… Read More
Featuring
evergreen,community-life-bt,recreation-p300,at-bt-articles-home,at-bt-articles-community
This central Illinois golf course is ideal for both beginner and experienced golfers alike. More experienced golfers are met with challenges such as long distances and the ever-present wind, while… Read More
Featuring
evergreen,community-life-bt,community-life-p300,at-bt-articles-home,at-bt-articles-community
With two floors of educational exhibits, kids will have hours of fun at the Children’s Museum of Illinois. They offer educational workshops through their learning labs, summer camps, and… Read More
Featuring
evergreen,entertainment-bt,entertainment-p300,at-bt-articles-home,at-bt-articles-entertainment
Explore the rich history of Illinois at the Illinois State Museum in Springfield. This museum is actually a system of galleries and museums that feature exhibitions exclusive to the state of… 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 Niantic',
'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) 39.853401184082,
'lng' => (float) -89.161102294922,
'latlng' => '39.853401184082,-89.161102294922',
'city' => 'Niantic',
'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' => 'niantic-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
Niantic Town Facts
Niantic, Illinois. Population for Niantic from the last gathering is 738. You can view Niantic venues that host many Niantic IL events every year.
You can find a ton of properties for sale if you search the Niantic page on Zillow. Currently Niantic has an average listing price for homes for sale on the market of $113,514. More real estate facts about Niantic: The number of properties currently for sale in Niantic is 244. The median homes for sale listing price is $89,898. This is broken down with the number of three bedroom houses in Niantic consisting of 128 with an average listing price for these house of $103,647. Out of the 43 houses that are four bedroom the average listing price for Niantic is $172,200.
Interest rates for Niantic are at historic lows as well.
Niantic Illinois has a latitude of 39.853401184082 and a longitude of -89.161102294922. View the full profile