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.7407,-89.0126)};var g_1b4841ed1a4be16cae640c64d7b7302b = new google.maps.Geocoder();g_1b4841ed1a4be16cae640c64d7b7302b.geocode( { 'address': "111 N Fayette St, El Paso, IL 61738"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('el-paso-IL-flanagan-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('el-paso-IL-flanagan-state-bank'), mapOptions);}document.getElementById('87a1b49b').innerHTML += ' | View Map';var $l1b4841ed1a4be16cae640c64d7b7302b = '

Flanagan State Bank

Address: 111 N Fayette St, El Paso, IL 61738
Phone: (309) 527-7309
';var m_1b4841ed1a4be16cae640c64d7b7302b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Flanagan State Bank',});m_1b4841ed1a4be16cae640c64d7b7302b['infowindow'] = new google.maps.InfoWindow({content: $l1b4841ed1a4be16cae640c64d7b7302b});var infowindow = new google.maps.InfoWindow({content: $l1b4841ed1a4be16cae640c64d7b7302b});google.maps.event.addListener(m_1b4841ed1a4be16cae640c64d7b7302b, 'click', function() {infowindow.open(map,m_1b4841ed1a4be16cae640c64d7b7302b);});$marker.push(m_1b4841ed1a4be16cae640c64d7b7302b);}});}google.maps.event.addDomListener(window, 'load', initialize);