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(41.881,-87.6247)};var g_1f9d12efe0083c8cb10f9b8769072f9c = new google.maps.Geocoder();g_1f9d12efe0083c8cb10f9b8769072f9c.geocode( { 'address': "4343 W Peterson Ave, Chicago, IL 60646"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('chicago-IL-north-shore-community-bank-trust').style.display = '';map = new google.maps.Map(document.getElementById('chicago-IL-north-shore-community-bank-trust'), mapOptions);}document.getElementById('e92b5f08').innerHTML += ' | View Map';var $l1f9d12efe0083c8cb10f9b8769072f9c = '

North Shore Community Bank & Trust

Address: 4343 W Peterson Ave, Chicago, IL 60646
Phone: (773) 545-5700
';var m_1f9d12efe0083c8cb10f9b8769072f9c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'North Shore Community Bank & Trust',});m_1f9d12efe0083c8cb10f9b8769072f9c['infowindow'] = new google.maps.InfoWindow({content: $l1f9d12efe0083c8cb10f9b8769072f9c});var infowindow = new google.maps.InfoWindow({content: $l1f9d12efe0083c8cb10f9b8769072f9c});google.maps.event.addListener(m_1f9d12efe0083c8cb10f9b8769072f9c, 'click', function() {infowindow.open(map,m_1f9d12efe0083c8cb10f9b8769072f9c);});$marker.push(m_1f9d12efe0083c8cb10f9b8769072f9c);}});}google.maps.event.addDomListener(window, 'load', initialize);