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(42.3206,-88.4476)};var g_1e60bf71283dac0b8777b83250813e56 = new google.maps.Geocoder();g_1e60bf71283dac0b8777b83250813e56.geocode( { 'address': "1290 Lake Ave, Woodstock, IL 60098"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('woodstock-IL-american-community-bank-trst').style.display = '';map = new google.maps.Map(document.getElementById('woodstock-IL-american-community-bank-trst'), mapOptions);}document.getElementById('2af00071').innerHTML += ' | View Map';var $l1e60bf71283dac0b8777b83250813e56 = '

American Community Bank & Trst

Address: 1290 Lake Ave, Woodstock, IL 60098
Phone: (815) 338-2300
';var m_1e60bf71283dac0b8777b83250813e56 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'American Community Bank & Trst',});m_1e60bf71283dac0b8777b83250813e56['infowindow'] = new google.maps.InfoWindow({content: $l1e60bf71283dac0b8777b83250813e56});var infowindow = new google.maps.InfoWindow({content: $l1e60bf71283dac0b8777b83250813e56});google.maps.event.addListener(m_1e60bf71283dac0b8777b83250813e56, 'click', function() {infowindow.open(map,m_1e60bf71283dac0b8777b83250813e56);});$marker.push(m_1e60bf71283dac0b8777b83250813e56);}});}google.maps.event.addDomListener(window, 'load', initialize);