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.3272,-87.8392)};var g_5dde03ea26e63146d0ad4d3332eaa308 = new google.maps.Geocoder();g_5dde03ea26e63146d0ad4d3332eaa308.geocode( { 'address': "1801 Sheridan Rd, North Chicago, IL 60064, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('north-chicago-IL-north-chicago-community-bank').style.display = '';map = new google.maps.Map(document.getElementById('north-chicago-IL-north-chicago-community-bank'), mapOptions);}document.getElementById('2a28712d').innerHTML += ' | View Map';var $l5dde03ea26e63146d0ad4d3332eaa308 = '

North Chicago Community Bank

Address: 1801 Sheridan Rd, North Chicago, IL 60064, USA
Phone: (847) 473-3006
';var m_5dde03ea26e63146d0ad4d3332eaa308 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'North Chicago Community Bank',});m_5dde03ea26e63146d0ad4d3332eaa308['infowindow'] = new google.maps.InfoWindow({content: $l5dde03ea26e63146d0ad4d3332eaa308});var infowindow = new google.maps.InfoWindow({content: $l5dde03ea26e63146d0ad4d3332eaa308});google.maps.event.addListener(m_5dde03ea26e63146d0ad4d3332eaa308, 'click', function() {infowindow.open(map,m_5dde03ea26e63146d0ad4d3332eaa308);});$marker.push(m_5dde03ea26e63146d0ad4d3332eaa308);}});}google.maps.event.addDomListener(window, 'load', initialize);