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.2268,-88.3271)};var g_77772713a7d7e02b10ca9bd90e4f6a31 = new google.maps.Geocoder();g_77772713a7d7e02b10ca9bd90e4f6a31.geocode( { 'address': "180 W Virginia St, Crystal Lake, IL 60014, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('crystal-lake-IL-associated-bank').style.display = '';map = new google.maps.Map(document.getElementById('crystal-lake-IL-associated-bank'), mapOptions);}document.getElementById('108185e4').innerHTML += ' | View Map';var $l77772713a7d7e02b10ca9bd90e4f6a31 = '

Associated Bank

Address: 180 W Virginia St, Crystal Lake, IL 60014, USA
Phone: (815) 459-5880
';var m_77772713a7d7e02b10ca9bd90e4f6a31 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Associated Bank',});m_77772713a7d7e02b10ca9bd90e4f6a31['infowindow'] = new google.maps.InfoWindow({content: $l77772713a7d7e02b10ca9bd90e4f6a31});var infowindow = new google.maps.InfoWindow({content: $l77772713a7d7e02b10ca9bd90e4f6a31});google.maps.event.addListener(m_77772713a7d7e02b10ca9bd90e4f6a31, 'click', function() {infowindow.open(map,m_77772713a7d7e02b10ca9bd90e4f6a31);});$marker.push(m_77772713a7d7e02b10ca9bd90e4f6a31);}});}google.maps.event.addDomListener(window, 'load', initialize);