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.4847,-88.1888)};var g_cd6b93ff7003b59e5bc560bf76c76e2a = new google.maps.Geocoder();g_cd6b93ff7003b59e5bc560bf76c76e2a.geocode( { 'address': "621 W Lincoln Ave, Charleston, IL 61920, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('charleston-IL-prairie-state-bank--trust').style.display = '';map = new google.maps.Map(document.getElementById('charleston-IL-prairie-state-bank--trust'), mapOptions);}document.getElementById('31635258').innerHTML += ' | View Map';var $lcd6b93ff7003b59e5bc560bf76c76e2a = '

Prairie State Bank & Trust

Address: 621 W Lincoln Ave, Charleston, IL 61920, USA
Phone: (217) 348-8131
';var m_cd6b93ff7003b59e5bc560bf76c76e2a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Prairie State Bank & Trust',});m_cd6b93ff7003b59e5bc560bf76c76e2a['infowindow'] = new google.maps.InfoWindow({content: $lcd6b93ff7003b59e5bc560bf76c76e2a});var infowindow = new google.maps.InfoWindow({content: $lcd6b93ff7003b59e5bc560bf76c76e2a});google.maps.event.addListener(m_cd6b93ff7003b59e5bc560bf76c76e2a, 'click', function() {infowindow.open(map,m_cd6b93ff7003b59e5bc560bf76c76e2a);});$marker.push(m_cd6b93ff7003b59e5bc560bf76c76e2a);}});}google.maps.event.addDomListener(window, 'load', initialize);