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.3967,-87.6943)};var g_16462e031bacf2436eda22a6920a6b4e = new google.maps.Geocoder();g_16462e031bacf2436eda22a6920a6b4e.geocode( { 'address': "610 N Michigan Ave, Marshall, IL 62441, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('marshall-IL-first-bank--trust-il').style.display = '';map = new google.maps.Map(document.getElementById('marshall-IL-first-bank--trust-il'), mapOptions);}document.getElementById('1e8063ed').innerHTML += ' | View Map';var $l16462e031bacf2436eda22a6920a6b4e = '

First Bank & Trust, IL

Address: 610 N Michigan Ave, Marshall, IL 62441, USA
Phone: (217) 826-6308
';var m_16462e031bacf2436eda22a6920a6b4e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Bank & Trust, IL',});m_16462e031bacf2436eda22a6920a6b4e['infowindow'] = new google.maps.InfoWindow({content: $l16462e031bacf2436eda22a6920a6b4e});var infowindow = new google.maps.InfoWindow({content: $l16462e031bacf2436eda22a6920a6b4e});google.maps.event.addListener(m_16462e031bacf2436eda22a6920a6b4e, 'click', function() {infowindow.open(map,m_16462e031bacf2436eda22a6920a6b4e);});$marker.push(m_16462e031bacf2436eda22a6920a6b4e);}});}google.maps.event.addDomListener(window, 'load', initialize);