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.3773,-88.4215)};var g_2fc765a5ae56e285c21c75029e491ecc = new google.maps.Geocoder();g_2fc765a5ae56e285c21c75029e491ecc.geocode( { 'address': "1771 N Division St, Morris, IL 60450, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('morris-IL-first-national-bank-of-ottawa').style.display = '';map = new google.maps.Map(document.getElementById('morris-IL-first-national-bank-of-ottawa'), mapOptions);}document.getElementById('31930466').innerHTML += ' | View Map';var $l2fc765a5ae56e285c21c75029e491ecc = '

First National Bank of Ottawa

Address: 1771 N Division St, Morris, IL 60450, USA
Phone: (815) 941-0044
';var m_2fc765a5ae56e285c21c75029e491ecc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First National Bank of Ottawa',});m_2fc765a5ae56e285c21c75029e491ecc['infowindow'] = new google.maps.InfoWindow({content: $l2fc765a5ae56e285c21c75029e491ecc});var infowindow = new google.maps.InfoWindow({content: $l2fc765a5ae56e285c21c75029e491ecc});google.maps.event.addListener(m_2fc765a5ae56e285c21c75029e491ecc, 'click', function() {infowindow.open(map,m_2fc765a5ae56e285c21c75029e491ecc);});$marker.push(m_2fc765a5ae56e285c21c75029e491ecc);}});}google.maps.event.addDomListener(window, 'load', initialize);