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(39.6221,-87.6948)};var g_68a8e6637780d72746a477eb82293acc = new google.maps.Geocoder();g_68a8e6637780d72746a477eb82293acc.geocode( { 'address': "802 N Main St, Paris, IL 61944, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('paris-IL-jim-blue---country-financial-representative').style.display = '';map = new google.maps.Map(document.getElementById('paris-IL-jim-blue---country-financial-representative'), mapOptions);}document.getElementById('cb338c09').innerHTML += ' | View Map';var $l68a8e6637780d72746a477eb82293acc = '

Jim Blue - COUNTRY Financial Representative

Address: 802 N Main St, Paris, IL 61944, USA
Phone: (217) 465-8320
';var m_68a8e6637780d72746a477eb82293acc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Jim Blue - COUNTRY Financial Representative',});m_68a8e6637780d72746a477eb82293acc['infowindow'] = new google.maps.InfoWindow({content: $l68a8e6637780d72746a477eb82293acc});var infowindow = new google.maps.InfoWindow({content: $l68a8e6637780d72746a477eb82293acc});google.maps.event.addListener(m_68a8e6637780d72746a477eb82293acc, 'click', function() {infowindow.open(map,m_68a8e6637780d72746a477eb82293acc);});$marker.push(m_68a8e6637780d72746a477eb82293acc);}});}google.maps.event.addDomListener(window, 'load', initialize);