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.7703,-89.716)};var g_53f394a7dbe934f62b48b2a46f8cf599 = new google.maps.Geocoder();g_53f394a7dbe934f62b48b2a46f8cf599.geocode( { 'address': "3200 W Iles Ave, Springfield, IL 62711, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('springfield-IL-illini-bank').style.display = '';map = new google.maps.Map(document.getElementById('springfield-IL-illini-bank'), mapOptions);}document.getElementById('a4385686').innerHTML += ' | View Map';var $l53f394a7dbe934f62b48b2a46f8cf599 = '

Illini Bank

Address: 3200 W Iles Ave, Springfield, IL 62711, USA
Phone: (217) 787-5111
';var m_53f394a7dbe934f62b48b2a46f8cf599 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Illini Bank',});m_53f394a7dbe934f62b48b2a46f8cf599['infowindow'] = new google.maps.InfoWindow({content: $l53f394a7dbe934f62b48b2a46f8cf599});var infowindow = new google.maps.InfoWindow({content: $l53f394a7dbe934f62b48b2a46f8cf599});google.maps.event.addListener(m_53f394a7dbe934f62b48b2a46f8cf599, 'click', function() {infowindow.open(map,m_53f394a7dbe934f62b48b2a46f8cf599);});$marker.push(m_53f394a7dbe934f62b48b2a46f8cf599);}});}google.maps.event.addDomListener(window, 'load', initialize);