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.1011,-87.7576)};var g_87ca4eb840b6f78e3b6d6b418c0fef40 = new google.maps.Geocoder();g_87ca4eb840b6f78e3b6d6b418c0fef40.geocode( { 'address': "576 Lincoln Ave, Winnetka, IL 60093"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('winnetka-IL-north-shore-community-bank-trust').style.display = '';map = new google.maps.Map(document.getElementById('winnetka-IL-north-shore-community-bank-trust'), mapOptions);}document.getElementById('cf1b604c').innerHTML += ' | View Map';var $l87ca4eb840b6f78e3b6d6b418c0fef40 = '

North Shore Community Bank & Trust

Address: 576 Lincoln Ave, Winnetka, IL 60093
Phone: (847) 441-2265
';var m_87ca4eb840b6f78e3b6d6b418c0fef40 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'North Shore Community Bank & Trust',});m_87ca4eb840b6f78e3b6d6b418c0fef40['infowindow'] = new google.maps.InfoWindow({content: $l87ca4eb840b6f78e3b6d6b418c0fef40});var infowindow = new google.maps.InfoWindow({content: $l87ca4eb840b6f78e3b6d6b418c0fef40});google.maps.event.addListener(m_87ca4eb840b6f78e3b6d6b418c0fef40, 'click', function() {infowindow.open(map,m_87ca4eb840b6f78e3b6d6b418c0fef40);});$marker.push(m_87ca4eb840b6f78e3b6d6b418c0fef40);}});}google.maps.event.addDomListener(window, 'load', initialize);