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(42.1544,-89.7381)};var g_f9dce56ddc1dc4ebda5d045069f62393 = new google.maps.Geocoder();g_f9dce56ddc1dc4ebda5d045069f62393.geocode( { 'address': "1 S Linn St, Shannon, IL 61078, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('shannon-IL-shannon-bancorp-inc').style.display = '';map = new google.maps.Map(document.getElementById('shannon-IL-shannon-bancorp-inc'), mapOptions);}document.getElementById('2ef8e591').innerHTML += ' | View Map';var $lf9dce56ddc1dc4ebda5d045069f62393 = '

Shannon Bancorp Inc

Address: 1 S Linn St, Shannon, IL 61078, USA
Phone: (815) 864-2111
';var m_f9dce56ddc1dc4ebda5d045069f62393 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Shannon Bancorp Inc',});m_f9dce56ddc1dc4ebda5d045069f62393['infowindow'] = new google.maps.InfoWindow({content: $lf9dce56ddc1dc4ebda5d045069f62393});var infowindow = new google.maps.InfoWindow({content: $lf9dce56ddc1dc4ebda5d045069f62393});google.maps.event.addListener(m_f9dce56ddc1dc4ebda5d045069f62393, 'click', function() {infowindow.open(map,m_f9dce56ddc1dc4ebda5d045069f62393);});$marker.push(m_f9dce56ddc1dc4ebda5d045069f62393);}});}google.maps.event.addDomListener(window, 'load', initialize);