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_be4d9080cd7e71b2838a5b89dce5d83a = new google.maps.Geocoder();g_be4d9080cd7e71b2838a5b89dce5d83a.geocode( { 'address': "5256 Dempster St, Skokie, IL 60077"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('skokie-IL-north-communigy-bank').style.display = '';map = new google.maps.Map(document.getElementById('skokie-IL-north-communigy-bank'), mapOptions);}document.getElementById('cae5dd5b').innerHTML += ' | View Map';var $lbe4d9080cd7e71b2838a5b89dce5d83a = '

North Communigy Bank

Address: 5256 Dempster St, Skokie, IL 60077
Phone: (847) 779-8484
';var m_be4d9080cd7e71b2838a5b89dce5d83a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'North Communigy Bank',});m_be4d9080cd7e71b2838a5b89dce5d83a['infowindow'] = new google.maps.InfoWindow({content: $lbe4d9080cd7e71b2838a5b89dce5d83a});var infowindow = new google.maps.InfoWindow({content: $lbe4d9080cd7e71b2838a5b89dce5d83a});google.maps.event.addListener(m_be4d9080cd7e71b2838a5b89dce5d83a, 'click', function() {infowindow.open(map,m_be4d9080cd7e71b2838a5b89dce5d83a);});$marker.push(m_be4d9080cd7e71b2838a5b89dce5d83a);}});}google.maps.event.addDomListener(window, 'load', initialize);