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_20540c599746e70d0787f05c42f002bb = new google.maps.Geocoder();g_20540c599746e70d0787f05c42f002bb.geocode( { 'address': "1244 W Grand Ave, Chicago, IL 60642"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('chicago-IL-north-community-bank-wes').style.display = '';map = new google.maps.Map(document.getElementById('chicago-IL-north-community-bank-wes'), mapOptions);}document.getElementById('0d7afeb5').innerHTML += ' | View Map';var $l20540c599746e70d0787f05c42f002bb = '

North Community Bank Wes

Address: 1244 W Grand Ave, Chicago, IL 60642
Phone: (312) 829-1467
';var m_20540c599746e70d0787f05c42f002bb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'North Community Bank Wes',});m_20540c599746e70d0787f05c42f002bb['infowindow'] = new google.maps.InfoWindow({content: $l20540c599746e70d0787f05c42f002bb});var infowindow = new google.maps.InfoWindow({content: $l20540c599746e70d0787f05c42f002bb});google.maps.event.addListener(m_20540c599746e70d0787f05c42f002bb, 'click', function() {infowindow.open(map,m_20540c599746e70d0787f05c42f002bb);});$marker.push(m_20540c599746e70d0787f05c42f002bb);}});}google.maps.event.addDomListener(window, 'load', initialize);