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_7904714f15bfd3e9077ec84a97bc8262 = new google.maps.Geocoder();g_7904714f15bfd3e9077ec84a97bc8262.geocode( { 'address': "7800 Lincoln Ave, Skokie, IL 60077"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('skokie-IL-north-shore-community-bank-trust').style.display = '';map = new google.maps.Map(document.getElementById('skokie-IL-north-shore-community-bank-trust'), mapOptions);}document.getElementById('c2cf11f9').innerHTML += ' | View Map';var $l7904714f15bfd3e9077ec84a97bc8262 = '

North Shore Community Bank & Trust

Address: 7800 Lincoln Ave, Skokie, IL 60077
Phone: (847) 933-4990
';var m_7904714f15bfd3e9077ec84a97bc8262 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'North Shore Community Bank & Trust',});m_7904714f15bfd3e9077ec84a97bc8262['infowindow'] = new google.maps.InfoWindow({content: $l7904714f15bfd3e9077ec84a97bc8262});var infowindow = new google.maps.InfoWindow({content: $l7904714f15bfd3e9077ec84a97bc8262});google.maps.event.addListener(m_7904714f15bfd3e9077ec84a97bc8262, 'click', function() {infowindow.open(map,m_7904714f15bfd3e9077ec84a97bc8262);});$marker.push(m_7904714f15bfd3e9077ec84a97bc8262);}});}google.maps.event.addDomListener(window, 'load', initialize);