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.7605,-89.9677)};var g_1a24d0708b32892bc735d64fa20d9dfb = new google.maps.Geocoder();g_1a24d0708b32892bc735d64fa20d9dfb.geocode( { 'address': "2220 S State Route 157, Glen Carbon, IL 62034"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('glen-carbon-IL-f-c-b-bank').style.display = '';map = new google.maps.Map(document.getElementById('glen-carbon-IL-f-c-b-bank'), mapOptions);}document.getElementById('6ae8e6cf').innerHTML += ' | View Map';var $l1a24d0708b32892bc735d64fa20d9dfb = '

F C B Bank

Address: 2220 S State Route 157, Glen Carbon, IL 62034
Phone: (618) 307-9590
';var m_1a24d0708b32892bc735d64fa20d9dfb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'F C B Bank',});m_1a24d0708b32892bc735d64fa20d9dfb['infowindow'] = new google.maps.InfoWindow({content: $l1a24d0708b32892bc735d64fa20d9dfb});var infowindow = new google.maps.InfoWindow({content: $l1a24d0708b32892bc735d64fa20d9dfb});google.maps.event.addListener(m_1a24d0708b32892bc735d64fa20d9dfb, 'click', function() {infowindow.open(map,m_1a24d0708b32892bc735d64fa20d9dfb);});$marker.push(m_1a24d0708b32892bc735d64fa20d9dfb);}});}google.maps.event.addDomListener(window, 'load', initialize);