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.2288,-88.3189)};var g_2c1c06d8446c33135118dd039ad9a8b3 = new google.maps.Geocoder();g_2c1c06d8446c33135118dd039ad9a8b3.geocode( { 'address': "6140 Northwest Hwy, Crystal Lake, IL 60014, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('crystal-lake-IL-tcf-bank').style.display = '';map = new google.maps.Map(document.getElementById('crystal-lake-IL-tcf-bank'), mapOptions);}document.getElementById('d2020f31').innerHTML += ' | View Map';var $l2c1c06d8446c33135118dd039ad9a8b3 = '

TCF Bank

Address: 6140 Northwest Hwy, Crystal Lake, IL 60014, USA
Phone: (800) 823-2265
';var m_2c1c06d8446c33135118dd039ad9a8b3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'TCF Bank',});m_2c1c06d8446c33135118dd039ad9a8b3['infowindow'] = new google.maps.InfoWindow({content: $l2c1c06d8446c33135118dd039ad9a8b3});var infowindow = new google.maps.InfoWindow({content: $l2c1c06d8446c33135118dd039ad9a8b3});google.maps.event.addListener(m_2c1c06d8446c33135118dd039ad9a8b3, 'click', function() {infowindow.open(map,m_2c1c06d8446c33135118dd039ad9a8b3);});$marker.push(m_2c1c06d8446c33135118dd039ad9a8b3);}});}google.maps.event.addDomListener(window, 'load', initialize);