var map;var $marker = [];function $setCursor($lat, $lng, $index){$marker[$index - 1]['infowindow'].open(map, $marker[$index - 1]);var $lat_lng = new google.maps.LatLng($lat, $lng);map.setCenter($lat_lng);map.setZoom(20);}function initialize(){var $i = 0;var mapOptions = {zoom: 10,center: new google.maps.LatLng(40.918,-89.4876)};var g_d2817e5b9188a8fac590cb6c263f2222 = new google.maps.Geocoder();g_d2817e5b9188a8fac590cb6c263f2222.geocode( { 'address': "1008 N 4th St Ste A, Chillicothe, IL 61523, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('chillicothe-IL-turner-hicks-agency-inc').style.display = '';map = new google.maps.Map(document.getElementById('chillicothe-IL-turner-hicks-agency-inc'), mapOptions);}document.getElementById('9fc5117c').innerHTML += ' | View Map';var $ld2817e5b9188a8fac590cb6c263f2222 = '

Turner-Hicks Agency, Inc.

Address: 1008 N 4th St Ste A, Chillicothe, IL 61523, USA
Phone: (309) 274-6221
';var m_d2817e5b9188a8fac590cb6c263f2222 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Turner-Hicks Agency, Inc.',});m_d2817e5b9188a8fac590cb6c263f2222['infowindow'] = new google.maps.InfoWindow({content: $ld2817e5b9188a8fac590cb6c263f2222});var infowindow = new google.maps.InfoWindow({content: $ld2817e5b9188a8fac590cb6c263f2222});google.maps.event.addListener(m_d2817e5b9188a8fac590cb6c263f2222, 'click', function() {infowindow.open(map,m_d2817e5b9188a8fac590cb6c263f2222);});$marker.push(m_d2817e5b9188a8fac590cb6c263f2222);}});}google.maps.event.addDomListener(window, 'load', initialize);