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(41.5403,-87.6822)};var g_9910e0f9816de1729472fda468317855 = new google.maps.Geocoder();g_9910e0f9816de1729472fda468317855.geocode( { 'address': "3301 Vollmer Rd, Flossmoor, IL 60422"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('flossmoor-IL-citizens-financial-bank').style.display = '';map = new google.maps.Map(document.getElementById('flossmoor-IL-citizens-financial-bank'), mapOptions);}document.getElementById('fc7485f5').innerHTML += ' | View Map';var $l9910e0f9816de1729472fda468317855 = '

Citizens Financial Bank

Address: 3301 Vollmer Rd, Flossmoor, IL 60422
Phone: (708) 263-6415
';var m_9910e0f9816de1729472fda468317855 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Financial Bank',});m_9910e0f9816de1729472fda468317855['infowindow'] = new google.maps.InfoWindow({content: $l9910e0f9816de1729472fda468317855});var infowindow = new google.maps.InfoWindow({content: $l9910e0f9816de1729472fda468317855});google.maps.event.addListener(m_9910e0f9816de1729472fda468317855, 'click', function() {infowindow.open(map,m_9910e0f9816de1729472fda468317855);});$marker.push(m_9910e0f9816de1729472fda468317855);}});}google.maps.event.addDomListener(window, 'load', initialize);