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.5417,-89.9832)};var g_8565f0a5c29e3931801f7ce0e04db77c = new google.maps.Geocoder();g_8565f0a5c29e3931801f7ce0e04db77c.geocode( { 'address': "2610 N Illinois St, Swansea, IL 62226, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('swansea-IL-fcb-banks').style.display = '';map = new google.maps.Map(document.getElementById('swansea-IL-fcb-banks'), mapOptions);}document.getElementById('46ebfb9e').innerHTML += ' | View Map';var $l8565f0a5c29e3931801f7ce0e04db77c = '

FCB Banks

Address: 2610 N Illinois St, Swansea, IL 62226, USA
Phone: (618) 239-9000
';var m_8565f0a5c29e3931801f7ce0e04db77c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'FCB Banks',});m_8565f0a5c29e3931801f7ce0e04db77c['infowindow'] = new google.maps.InfoWindow({content: $l8565f0a5c29e3931801f7ce0e04db77c});var infowindow = new google.maps.InfoWindow({content: $l8565f0a5c29e3931801f7ce0e04db77c});google.maps.event.addListener(m_8565f0a5c29e3931801f7ce0e04db77c, 'click', function() {infowindow.open(map,m_8565f0a5c29e3931801f7ce0e04db77c);});$marker.push(m_8565f0a5c29e3931801f7ce0e04db77c);}});}google.maps.event.addDomListener(window, 'load', initialize);