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.6732,-89.5862)};var g_888ccc9783633065c0ca8c191e3a3403 = new google.maps.Geocoder();g_888ccc9783633065c0ca8c191e3a3403.geocode( { 'address': "201 Clock Tower Dr, East Peoria, IL 61611, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('east-peoria-IL-fondulac-bank').style.display = '';map = new google.maps.Map(document.getElementById('east-peoria-IL-fondulac-bank'), mapOptions);}document.getElementById('98048c32').innerHTML += ' | View Map';var $l888ccc9783633065c0ca8c191e3a3403 = '

Fondulac Bank

Address: 201 Clock Tower Dr, East Peoria, IL 61611, USA
Phone: (309) 407-3900
';var m_888ccc9783633065c0ca8c191e3a3403 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Fondulac Bank',});m_888ccc9783633065c0ca8c191e3a3403['infowindow'] = new google.maps.InfoWindow({content: $l888ccc9783633065c0ca8c191e3a3403});var infowindow = new google.maps.InfoWindow({content: $l888ccc9783633065c0ca8c191e3a3403});google.maps.event.addListener(m_888ccc9783633065c0ca8c191e3a3403, 'click', function() {infowindow.open(map,m_888ccc9783633065c0ca8c191e3a3403);});$marker.push(m_888ccc9783633065c0ca8c191e3a3403);}});}google.maps.event.addDomListener(window, 'load', initialize);