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.0773,-87.7059)};var g_0af787945872196b42c9f73ead2565c8 = new google.maps.Geocoder();g_0af787945872196b42c9f73ead2565c8.geocode( { 'address': "1145 Wilmette Ave, Wilmette, IL 60091, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('wilmette-IL-north-shore-community-bank--trust').style.display = '';map = new google.maps.Map(document.getElementById('wilmette-IL-north-shore-community-bank--trust'), mapOptions);}document.getElementById('6a7a9f2c').innerHTML += ' | View Map';var $l0af787945872196b42c9f73ead2565c8 = '

North Shore Community Bank & Trust

Address: 1145 Wilmette Ave, Wilmette, IL 60091, USA
Phone: (847) 853-1145
';var m_0af787945872196b42c9f73ead2565c8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'North Shore Community Bank & Trust',});m_0af787945872196b42c9f73ead2565c8['infowindow'] = new google.maps.InfoWindow({content: $l0af787945872196b42c9f73ead2565c8});var infowindow = new google.maps.InfoWindow({content: $l0af787945872196b42c9f73ead2565c8});google.maps.event.addListener(m_0af787945872196b42c9f73ead2565c8, 'click', function() {infowindow.open(map,m_0af787945872196b42c9f73ead2565c8);});$marker.push(m_0af787945872196b42c9f73ead2565c8);}});}google.maps.event.addDomListener(window, 'load', initialize);