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.4414,-89.3703)};var g_1f28f21f885f1edce98fe7f0c8b95444 = new google.maps.Geocoder();g_1f28f21f885f1edce98fe7f0c8b95444.geocode( { 'address': "17872 Exchange Ave, Nashville, IL 62263"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('nashville-IL-community-trust-bank').style.display = '';map = new google.maps.Map(document.getElementById('nashville-IL-community-trust-bank'), mapOptions);}document.getElementById('8e86da0a').innerHTML += ' | View Map';var $l1f28f21f885f1edce98fe7f0c8b95444 = '

Community Trust Bank

Address: 17872 Exchange Ave, Nashville, IL 62263
Phone: (618) 327-4400
';var m_1f28f21f885f1edce98fe7f0c8b95444 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Community Trust Bank',});m_1f28f21f885f1edce98fe7f0c8b95444['infowindow'] = new google.maps.InfoWindow({content: $l1f28f21f885f1edce98fe7f0c8b95444});var infowindow = new google.maps.InfoWindow({content: $l1f28f21f885f1edce98fe7f0c8b95444});google.maps.event.addListener(m_1f28f21f885f1edce98fe7f0c8b95444, 'click', function() {infowindow.open(map,m_1f28f21f885f1edce98fe7f0c8b95444);});$marker.push(m_1f28f21f885f1edce98fe7f0c8b95444);}});}google.maps.event.addDomListener(window, 'load', initialize);