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(41.8088,-89.9644)};var g_5701e958d205b391b057f455e53d757c = new google.maps.Geocoder();g_5701e958d205b391b057f455e53d757c.geocode( { 'address': "220 E Main St, Morrison, IL 61270, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('morrison-IL-community-state-bank-of-morrison').style.display = '';map = new google.maps.Map(document.getElementById('morrison-IL-community-state-bank-of-morrison'), mapOptions);}document.getElementById('1f2db6db').innerHTML += ' | View Map';var $l5701e958d205b391b057f455e53d757c = '

Community State Bank of Morrison

Address: 220 E Main St, Morrison, IL 61270, USA
Phone: (815) 772-4011
';var m_5701e958d205b391b057f455e53d757c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Community State Bank of Morrison',});m_5701e958d205b391b057f455e53d757c['infowindow'] = new google.maps.InfoWindow({content: $l5701e958d205b391b057f455e53d757c});var infowindow = new google.maps.InfoWindow({content: $l5701e958d205b391b057f455e53d757c});google.maps.event.addListener(m_5701e958d205b391b057f455e53d757c, 'click', function() {infowindow.open(map,m_5701e958d205b391b057f455e53d757c);});$marker.push(m_5701e958d205b391b057f455e53d757c);}});}google.maps.event.addDomListener(window, 'load', initialize);