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.546,-90.0352)};var g_b71bce262ffddd58814c5db8f2245cb5 = new google.maps.Geocoder();g_b71bce262ffddd58814c5db8f2245cb5.geocode( { 'address': "802 S Main St, Canton, IL 61520, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('canton-IL-richard-sharpshair---country-financial-representative').style.display = '';map = new google.maps.Map(document.getElementById('canton-IL-richard-sharpshair---country-financial-representative'), mapOptions);}document.getElementById('b92da94c').innerHTML += ' | View Map';var $lb71bce262ffddd58814c5db8f2245cb5 = '

Richard Sharpshair - COUNTRY Financial Representative

Address: 802 S Main St, Canton, IL 61520, USA
Phone: (309) 647-3225
';var m_b71bce262ffddd58814c5db8f2245cb5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Richard Sharpshair - COUNTRY Financial Representative',});m_b71bce262ffddd58814c5db8f2245cb5['infowindow'] = new google.maps.InfoWindow({content: $lb71bce262ffddd58814c5db8f2245cb5});var infowindow = new google.maps.InfoWindow({content: $lb71bce262ffddd58814c5db8f2245cb5});google.maps.event.addListener(m_b71bce262ffddd58814c5db8f2245cb5, 'click', function() {infowindow.open(map,m_b71bce262ffddd58814c5db8f2245cb5);});$marker.push(m_b71bce262ffddd58814c5db8f2245cb5);}});}google.maps.event.addDomListener(window, 'load', initialize);