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.1733,-88.8226)};var g_62834c05f0f49e63a12115db688560ee = new google.maps.Geocoder();g_62834c05f0f49e63a12115db688560ee.geocode( { 'address': "409 E Bridge St, Streator, IL 61364"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('streator-IL-first-national-bank-of-ottawa').style.display = '';map = new google.maps.Map(document.getElementById('streator-IL-first-national-bank-of-ottawa'), mapOptions);}document.getElementById('384eda47').innerHTML += ' | View Map';var $l62834c05f0f49e63a12115db688560ee = '

First National Bank Of Ottawa

Address: 409 E Bridge St, Streator, IL 61364
Phone: (815) 672-2941
';var m_62834c05f0f49e63a12115db688560ee = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First National Bank Of Ottawa',});m_62834c05f0f49e63a12115db688560ee['infowindow'] = new google.maps.InfoWindow({content: $l62834c05f0f49e63a12115db688560ee});var infowindow = new google.maps.InfoWindow({content: $l62834c05f0f49e63a12115db688560ee});google.maps.event.addListener(m_62834c05f0f49e63a12115db688560ee, 'click', function() {infowindow.open(map,m_62834c05f0f49e63a12115db688560ee);});$marker.push(m_62834c05f0f49e63a12115db688560ee);}});}google.maps.event.addDomListener(window, 'load', initialize);