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.0336,-87.7291)};var g_e5a1fa532aec49956c29834e8106f1f1 = new google.maps.Geocoder();g_e5a1fa532aec49956c29834e8106f1f1.geocode( { 'address': "3300 Dempster St, Skokie, IL 60076"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('skokie-IL-greatbank-skokie').style.display = '';map = new google.maps.Map(document.getElementById('skokie-IL-greatbank-skokie'), mapOptions);}document.getElementById('ceb76536').innerHTML += ' | View Map';var $le5a1fa532aec49956c29834e8106f1f1 = '

Greatbank Skokie

Address: 3300 Dempster St, Skokie, IL 60076
Phone: (847) 676-4500
';var m_e5a1fa532aec49956c29834e8106f1f1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Greatbank Skokie',});m_e5a1fa532aec49956c29834e8106f1f1['infowindow'] = new google.maps.InfoWindow({content: $le5a1fa532aec49956c29834e8106f1f1});var infowindow = new google.maps.InfoWindow({content: $le5a1fa532aec49956c29834e8106f1f1});google.maps.event.addListener(m_e5a1fa532aec49956c29834e8106f1f1, 'click', function() {infowindow.open(map,m_e5a1fa532aec49956c29834e8106f1f1);});$marker.push(m_e5a1fa532aec49956c29834e8106f1f1);}});}google.maps.event.addDomListener(window, 'load', initialize);