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.1708,-88.3187)};var g_c96bb49d5ddffdb416a60fff0a040a66 = new google.maps.Geocoder();g_c96bb49d5ddffdb416a60fff0a040a66.geocode( { 'address': "798 S Randall Rd, Algonquin, IL 60102"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('algonquin-IL-amcore-bank').style.display = '';map = new google.maps.Map(document.getElementById('algonquin-IL-amcore-bank'), mapOptions);}document.getElementById('897357de').innerHTML += ' | View Map';var $lc96bb49d5ddffdb416a60fff0a040a66 = '

Amcore Bank

Address: 798 S Randall Rd, Algonquin, IL 60102
Phone: (847) 931-3232
';var m_c96bb49d5ddffdb416a60fff0a040a66 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Amcore Bank',});m_c96bb49d5ddffdb416a60fff0a040a66['infowindow'] = new google.maps.InfoWindow({content: $lc96bb49d5ddffdb416a60fff0a040a66});var infowindow = new google.maps.InfoWindow({content: $lc96bb49d5ddffdb416a60fff0a040a66});google.maps.event.addListener(m_c96bb49d5ddffdb416a60fff0a040a66, 'click', function() {infowindow.open(map,m_c96bb49d5ddffdb416a60fff0a040a66);});$marker.push(m_c96bb49d5ddffdb416a60fff0a040a66);}});}google.maps.event.addDomListener(window, 'load', initialize);