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.8697,-88.1503)};var g_1222d24209be34a800498524b6700fe7 = new google.maps.Geocoder();g_1222d24209be34a800498524b6700fe7.geocode( { 'address': "27W111 Geneva Rd, Winfield, IL 60190"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('winfield-IL-winfield-community-bank').style.display = '';map = new google.maps.Map(document.getElementById('winfield-IL-winfield-community-bank'), mapOptions);}document.getElementById('65e11af8').innerHTML += ' | View Map';var $l1222d24209be34a800498524b6700fe7 = '

Winfield Community Bank

Address: 27W111 Geneva Rd, Winfield, IL 60190
Phone: (630) 871-9711
';var m_1222d24209be34a800498524b6700fe7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Winfield Community Bank',});m_1222d24209be34a800498524b6700fe7['infowindow'] = new google.maps.InfoWindow({content: $l1222d24209be34a800498524b6700fe7});var infowindow = new google.maps.InfoWindow({content: $l1222d24209be34a800498524b6700fe7});google.maps.event.addListener(m_1222d24209be34a800498524b6700fe7, 'click', function() {infowindow.open(map,m_1222d24209be34a800498524b6700fe7);});$marker.push(m_1222d24209be34a800498524b6700fe7);}});}google.maps.event.addDomListener(window, 'load', initialize);