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.8861,-90.0096)};var g_73c2bf297c5aec4bcbdeb4435328c335 = new google.maps.Geocoder();g_73c2bf297c5aec4bcbdeb4435328c335.geocode( { 'address': "400 E Buchanan St, Ashland, IL 62612"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ashland-IL-west-central-bancshares-inc').style.display = '';map = new google.maps.Map(document.getElementById('ashland-IL-west-central-bancshares-inc'), mapOptions);}document.getElementById('c39a7dc9').innerHTML += ' | View Map';var $l73c2bf297c5aec4bcbdeb4435328c335 = '

West Central Bancshares Inc

Address: 400 E Buchanan St, Ashland, IL 62612
Phone: (217) 476-3325
';var m_73c2bf297c5aec4bcbdeb4435328c335 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'West Central Bancshares Inc',});m_73c2bf297c5aec4bcbdeb4435328c335['infowindow'] = new google.maps.InfoWindow({content: $l73c2bf297c5aec4bcbdeb4435328c335});var infowindow = new google.maps.InfoWindow({content: $l73c2bf297c5aec4bcbdeb4435328c335});google.maps.event.addListener(m_73c2bf297c5aec4bcbdeb4435328c335, 'click', function() {infowindow.open(map,m_73c2bf297c5aec4bcbdeb4435328c335);});$marker.push(m_73c2bf297c5aec4bcbdeb4435328c335);}});}google.maps.event.addDomListener(window, 'load', initialize);