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.5997,-90.0099)};var g_ba097ed145c114dcb606882c3655ed76 = new google.maps.Geocoder();g_ba097ed145c114dcb606882c3655ed76.geocode( { 'address': "4600 N Illinois St, Fairview Heights, IL 62208"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fairview-heights-IL-community-first-bank').style.display = '';map = new google.maps.Map(document.getElementById('fairview-heights-IL-community-first-bank'), mapOptions);}document.getElementById('cbe662ee').innerHTML += ' | View Map';var $lba097ed145c114dcb606882c3655ed76 = '

Community First Bank

Address: 4600 N Illinois St, Fairview Heights, IL 62208
Phone: (618) 234-9500
';var m_ba097ed145c114dcb606882c3655ed76 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Community First Bank',});m_ba097ed145c114dcb606882c3655ed76['infowindow'] = new google.maps.InfoWindow({content: $lba097ed145c114dcb606882c3655ed76});var infowindow = new google.maps.InfoWindow({content: $lba097ed145c114dcb606882c3655ed76});google.maps.event.addListener(m_ba097ed145c114dcb606882c3655ed76, 'click', function() {infowindow.open(map,m_ba097ed145c114dcb606882c3655ed76);});$marker.push(m_ba097ed145c114dcb606882c3655ed76);}});}google.maps.event.addDomListener(window, 'load', initialize);