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(38.6234,-88.9597)};var g_021f6dd88a11ca489936ae770e4634ad = new google.maps.Geocoder();g_021f6dd88a11ca489936ae770e4634ad.geocode( { 'address': "106 Cross Creek Blvd, Salem, IL 62881, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('salem-IL-tim-wolfe---country-financial-representative').style.display = '';map = new google.maps.Map(document.getElementById('salem-IL-tim-wolfe---country-financial-representative'), mapOptions);}document.getElementById('06a5546e').innerHTML += ' | View Map';var $l021f6dd88a11ca489936ae770e4634ad = '

Tim Wolfe - COUNTRY Financial Representative

Address: 106 Cross Creek Blvd, Salem, IL 62881, USA
Phone: (618) 548-6666
';var m_021f6dd88a11ca489936ae770e4634ad = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Tim Wolfe - COUNTRY Financial Representative',});m_021f6dd88a11ca489936ae770e4634ad['infowindow'] = new google.maps.InfoWindow({content: $l021f6dd88a11ca489936ae770e4634ad});var infowindow = new google.maps.InfoWindow({content: $l021f6dd88a11ca489936ae770e4634ad});google.maps.event.addListener(m_021f6dd88a11ca489936ae770e4634ad, 'click', function() {infowindow.open(map,m_021f6dd88a11ca489936ae770e4634ad);});$marker.push(m_021f6dd88a11ca489936ae770e4634ad);}});}google.maps.event.addDomListener(window, 'load', initialize);