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.3412,-88.0249)};var g_8a550e68ad3e6f6ab06bb03aedd3b2d3 = new google.maps.Geocoder();g_8a550e68ad3e6f6ab06bb03aedd3b2d3.geocode( { 'address': "50 Commerce Dr, Grayslake, IL 60030"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('grayslake-IL-state-bank-of-the-lakes').style.display = '';map = new google.maps.Map(document.getElementById('grayslake-IL-state-bank-of-the-lakes'), mapOptions);}document.getElementById('391c7320').innerHTML += ' | View Map';var $l8a550e68ad3e6f6ab06bb03aedd3b2d3 = '

State Bank of the Lakes

Address: 50 Commerce Dr, Grayslake, IL 60030
Phone: (847) 548-2700
';var m_8a550e68ad3e6f6ab06bb03aedd3b2d3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'State Bank of the Lakes',});m_8a550e68ad3e6f6ab06bb03aedd3b2d3['infowindow'] = new google.maps.InfoWindow({content: $l8a550e68ad3e6f6ab06bb03aedd3b2d3});var infowindow = new google.maps.InfoWindow({content: $l8a550e68ad3e6f6ab06bb03aedd3b2d3});google.maps.event.addListener(m_8a550e68ad3e6f6ab06bb03aedd3b2d3, 'click', function() {infowindow.open(map,m_8a550e68ad3e6f6ab06bb03aedd3b2d3);});$marker.push(m_8a550e68ad3e6f6ab06bb03aedd3b2d3);}});}google.maps.event.addDomListener(window, 'load', initialize);