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(38.6675,-88.5009)};var g_6d9eee2fe601c2b34205aa958d7af96a = new google.maps.Geocoder();g_6d9eee2fe601c2b34205aa958d7af96a.geocode( { 'address': "1010 W North Ave, Flora, IL 62839, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('flora-IL-flora-bank--trust').style.display = '';map = new google.maps.Map(document.getElementById('flora-IL-flora-bank--trust'), mapOptions);}document.getElementById('60b0aa34').innerHTML += ' | View Map';var $l6d9eee2fe601c2b34205aa958d7af96a = '

Flora Bank & Trust

Address: 1010 W North Ave, Flora, IL 62839, USA
Phone: (618) 662-4441
';var m_6d9eee2fe601c2b34205aa958d7af96a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Flora Bank & Trust',});m_6d9eee2fe601c2b34205aa958d7af96a['infowindow'] = new google.maps.InfoWindow({content: $l6d9eee2fe601c2b34205aa958d7af96a});var infowindow = new google.maps.InfoWindow({content: $l6d9eee2fe601c2b34205aa958d7af96a});google.maps.event.addListener(m_6d9eee2fe601c2b34205aa958d7af96a, 'click', function() {infowindow.open(map,m_6d9eee2fe601c2b34205aa958d7af96a);});$marker.push(m_6d9eee2fe601c2b34205aa958d7af96a);}});}google.maps.event.addDomListener(window, 'load', initialize);