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.7976,-89.2003)};var g_a620fe2c33c9580566adb1e9b61ffdbc = new google.maps.Geocoder();g_a620fe2c33c9580566adb1e9b61ffdbc.geocode( { 'address': "416 W Front St, Roanoke, IL 61561"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('roanoke-IL-morton-community-bank').style.display = '';map = new google.maps.Map(document.getElementById('roanoke-IL-morton-community-bank'), mapOptions);}document.getElementById('2d20fc7c').innerHTML += ' | View Map';var $la620fe2c33c9580566adb1e9b61ffdbc = '

Morton Community Bank

Address: 416 W Front St, Roanoke, IL 61561
Phone: (309) 923-2111
';var m_a620fe2c33c9580566adb1e9b61ffdbc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Morton Community Bank',});m_a620fe2c33c9580566adb1e9b61ffdbc['infowindow'] = new google.maps.InfoWindow({content: $la620fe2c33c9580566adb1e9b61ffdbc});var infowindow = new google.maps.InfoWindow({content: $la620fe2c33c9580566adb1e9b61ffdbc});google.maps.event.addListener(m_a620fe2c33c9580566adb1e9b61ffdbc, 'click', function() {infowindow.open(map,m_a620fe2c33c9580566adb1e9b61ffdbc);});$marker.push(m_a620fe2c33c9580566adb1e9b61ffdbc);}});}google.maps.event.addDomListener(window, 'load', initialize);