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.4233,-88.9929)};var g_690f08e992705cf61f1bdfe9b5790416 = new google.maps.Geocoder();g_690f08e992705cf61f1bdfe9b5790416.geocode( { 'address': "5360 Bridge St, Roscoe, IL 61073"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('roscoe-IL-first-national-bank-trust-company').style.display = '';map = new google.maps.Map(document.getElementById('roscoe-IL-first-national-bank-trust-company'), mapOptions);}document.getElementById('ea503445').innerHTML += ' | View Map';var $l690f08e992705cf61f1bdfe9b5790416 = '

First National Bank & Trust Company

Address: 5360 Bridge St, Roscoe, IL 61073
Phone: (815) 623-3300
';var m_690f08e992705cf61f1bdfe9b5790416 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First National Bank & Trust Company',});m_690f08e992705cf61f1bdfe9b5790416['infowindow'] = new google.maps.InfoWindow({content: $l690f08e992705cf61f1bdfe9b5790416});var infowindow = new google.maps.InfoWindow({content: $l690f08e992705cf61f1bdfe9b5790416});google.maps.event.addListener(m_690f08e992705cf61f1bdfe9b5790416, 'click', function() {infowindow.open(map,m_690f08e992705cf61f1bdfe9b5790416);});$marker.push(m_690f08e992705cf61f1bdfe9b5790416);}});}google.maps.event.addDomListener(window, 'load', initialize);