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(40.9326,-87.9355)};var g_dfcc3a8e17d7c916a527f5e766f27359 = new google.maps.Geocoder();g_dfcc3a8e17d7c916a527f5e766f27359.geocode( { 'address': "145 E 5th Ave, Clifton, IL 60927"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('clifton-IL-first-national-bank-of-clifton').style.display = '';map = new google.maps.Map(document.getElementById('clifton-IL-first-national-bank-of-clifton'), mapOptions);}document.getElementById('7a1e46ac').innerHTML += ' | View Map';var $ldfcc3a8e17d7c916a527f5e766f27359 = '

First National Bank of Clifton

Address: 145 E 5th Ave, Clifton, IL 60927
Phone: (815) 694-2329
';var m_dfcc3a8e17d7c916a527f5e766f27359 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First National Bank of Clifton',});m_dfcc3a8e17d7c916a527f5e766f27359['infowindow'] = new google.maps.InfoWindow({content: $ldfcc3a8e17d7c916a527f5e766f27359});var infowindow = new google.maps.InfoWindow({content: $ldfcc3a8e17d7c916a527f5e766f27359});google.maps.event.addListener(m_dfcc3a8e17d7c916a527f5e766f27359, 'click', function() {infowindow.open(map,m_dfcc3a8e17d7c916a527f5e766f27359);});$marker.push(m_dfcc3a8e17d7c916a527f5e766f27359);}});}google.maps.event.addDomListener(window, 'load', initialize);