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.1873,-88.4342)};var g_f0ab8e556d0cbb5c0e4201791cfaeae0 = new google.maps.Geocoder();g_f0ab8e556d0cbb5c0e4201791cfaeae0.geocode( { 'address': "10101 N Il Route 47, Huntley, IL 60142"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('huntley-IL-american-community-bank').style.display = '';map = new google.maps.Map(document.getElementById('huntley-IL-american-community-bank'), mapOptions);}document.getElementById('36b7bb77').innerHTML += ' | View Map';var $lf0ab8e556d0cbb5c0e4201791cfaeae0 = '

American Community Bank

Address: 10101 N Il Route 47, Huntley, IL 60142
Phone: (847) 669-0777
';var m_f0ab8e556d0cbb5c0e4201791cfaeae0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'American Community Bank',});m_f0ab8e556d0cbb5c0e4201791cfaeae0['infowindow'] = new google.maps.InfoWindow({content: $lf0ab8e556d0cbb5c0e4201791cfaeae0});var infowindow = new google.maps.InfoWindow({content: $lf0ab8e556d0cbb5c0e4201791cfaeae0});google.maps.event.addListener(m_f0ab8e556d0cbb5c0e4201791cfaeae0, 'click', function() {infowindow.open(map,m_f0ab8e556d0cbb5c0e4201791cfaeae0);});$marker.push(m_f0ab8e556d0cbb5c0e4201791cfaeae0);}});}google.maps.event.addDomListener(window, 'load', initialize);