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.8401,-88.9562)};var g_45cf39c661e9e6bb3ca09d63b2782746 = new google.maps.Geocoder();g_45cf39c661e9e6bb3ca09d63b2782746.geocode( { 'address': "225 S Water St, Decatur, IL 62523, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('decatur-IL-first-illinois-corporation').style.display = '';map = new google.maps.Map(document.getElementById('decatur-IL-first-illinois-corporation'), mapOptions);}document.getElementById('820e26cf').innerHTML += ' | View Map';var $l45cf39c661e9e6bb3ca09d63b2782746 = '

First Illinois Corporation

Address: 225 S Water St, Decatur, IL 62523, USA
Phone: (217) 872-3985
';var m_45cf39c661e9e6bb3ca09d63b2782746 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Illinois Corporation',});m_45cf39c661e9e6bb3ca09d63b2782746['infowindow'] = new google.maps.InfoWindow({content: $l45cf39c661e9e6bb3ca09d63b2782746});var infowindow = new google.maps.InfoWindow({content: $l45cf39c661e9e6bb3ca09d63b2782746});google.maps.event.addListener(m_45cf39c661e9e6bb3ca09d63b2782746, 'click', function() {infowindow.open(map,m_45cf39c661e9e6bb3ca09d63b2782746);});$marker.push(m_45cf39c661e9e6bb3ca09d63b2782746);}});}google.maps.event.addDomListener(window, 'load', initialize);