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.519,-89.1338)};var g_49d72d3b74798a6c38d2c1be527457d3 = new google.maps.Geocoder();g_49d72d3b74798a6c38d2c1be527457d3.geocode( { 'address': "801 S Elm St, Centralia, IL 62801, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('centralia-IL-ian-presswood---country-financial-representative').style.display = '';map = new google.maps.Map(document.getElementById('centralia-IL-ian-presswood---country-financial-representative'), mapOptions);}document.getElementById('c91e93c1').innerHTML += ' | View Map';var $l49d72d3b74798a6c38d2c1be527457d3 = '

Ian Presswood - COUNTRY Financial Representative

Address: 801 S Elm St, Centralia, IL 62801, USA
Phone: (618) 533-1453
';var m_49d72d3b74798a6c38d2c1be527457d3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Ian Presswood - COUNTRY Financial Representative',});m_49d72d3b74798a6c38d2c1be527457d3['infowindow'] = new google.maps.InfoWindow({content: $l49d72d3b74798a6c38d2c1be527457d3});var infowindow = new google.maps.InfoWindow({content: $l49d72d3b74798a6c38d2c1be527457d3});google.maps.event.addListener(m_49d72d3b74798a6c38d2c1be527457d3, 'click', function() {infowindow.open(map,m_49d72d3b74798a6c38d2c1be527457d3);});$marker.push(m_49d72d3b74798a6c38d2c1be527457d3);}});}google.maps.event.addDomListener(window, 'load', initialize);