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(40.1505,-88.9644)};var g_751d51528afe5e6f7fe95dece4ed32ba = new google.maps.Geocoder();g_751d51528afe5e6f7fe95dece4ed32ba.geocode( { 'address': "S Grant St, Clinton, IL 61727, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('clinton-IL-first-national-bank--trust-co').style.display = '';map = new google.maps.Map(document.getElementById('clinton-IL-first-national-bank--trust-co'), mapOptions);}document.getElementById('f723bf59').innerHTML += ' | View Map';var $l751d51528afe5e6f7fe95dece4ed32ba = '

First National Bank & Trust Co

Address: S Grant St, Clinton, IL 61727, USA
Phone: (217) 935-2148
';var m_751d51528afe5e6f7fe95dece4ed32ba = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First National Bank & Trust Co',});m_751d51528afe5e6f7fe95dece4ed32ba['infowindow'] = new google.maps.InfoWindow({content: $l751d51528afe5e6f7fe95dece4ed32ba});var infowindow = new google.maps.InfoWindow({content: $l751d51528afe5e6f7fe95dece4ed32ba});google.maps.event.addListener(m_751d51528afe5e6f7fe95dece4ed32ba, 'click', function() {infowindow.open(map,m_751d51528afe5e6f7fe95dece4ed32ba);});$marker.push(m_751d51528afe5e6f7fe95dece4ed32ba);}});}google.maps.event.addDomListener(window, 'load', initialize);