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.27,-88.3042)};var g_afe9d019402affbd0ca905709c840ef7 = new google.maps.Geocoder();g_afe9d019402affbd0ca905709c840ef7.geocode( { 'address': "381 S Main St, Crystal Lake, IL 60014"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('crystal-lake-IL-american-community-bank-trst').style.display = '';map = new google.maps.Map(document.getElementById('crystal-lake-IL-american-community-bank-trst'), mapOptions);}document.getElementById('361be6b8').innerHTML += ' | View Map';var $lafe9d019402affbd0ca905709c840ef7 = '

American Community Bank & Trst

Address: 381 S Main St, Crystal Lake, IL 60014
Phone: (815) 479-8600
';var m_afe9d019402affbd0ca905709c840ef7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'American Community Bank & Trst',});m_afe9d019402affbd0ca905709c840ef7['infowindow'] = new google.maps.InfoWindow({content: $lafe9d019402affbd0ca905709c840ef7});var infowindow = new google.maps.InfoWindow({content: $lafe9d019402affbd0ca905709c840ef7});google.maps.event.addListener(m_afe9d019402affbd0ca905709c840ef7, 'click', function() {infowindow.open(map,m_afe9d019402affbd0ca905709c840ef7);});$marker.push(m_afe9d019402affbd0ca905709c840ef7);}});}google.maps.event.addDomListener(window, 'load', initialize);