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.2952,-88.4242)};var g_8e5687e2d6ab87e5da2f833f3e8986a4 = new google.maps.Geocoder();g_8e5687e2d6ab87e5da2f833f3e8986a4.geocode( { 'address': "1290 Lake Ave, Woodstock, IL 60098, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('woodstock-IL-american-community-bank').style.display = '';map = new google.maps.Map(document.getElementById('woodstock-IL-american-community-bank'), mapOptions);}document.getElementById('66ee8718').innerHTML += ' | View Map';var $l8e5687e2d6ab87e5da2f833f3e8986a4 = '

American Community Bank

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