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_6ead95f03fc10ada537a2c9a21098d16 = new google.maps.Geocoder();g_6ead95f03fc10ada537a2c9a21098d16.geocode( { 'address': "1011 W Lawrence Ave, Chicago, IL 60640"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('chicago-IL-north-side-community-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('chicago-IL-north-side-community-federal-credit-union'), mapOptions);}document.getElementById('53291c15').innerHTML += ' | View Map';var $l6ead95f03fc10ada537a2c9a21098d16 = '

North Side Community Federal Credit Union

Address: 1011 W Lawrence Ave, Chicago, IL 60640
Phone: (773) 769-5800
';var m_6ead95f03fc10ada537a2c9a21098d16 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'North Side Community Federal Credit Union',});m_6ead95f03fc10ada537a2c9a21098d16['infowindow'] = new google.maps.InfoWindow({content: $l6ead95f03fc10ada537a2c9a21098d16});var infowindow = new google.maps.InfoWindow({content: $l6ead95f03fc10ada537a2c9a21098d16});google.maps.event.addListener(m_6ead95f03fc10ada537a2c9a21098d16, 'click', function() {infowindow.open(map,m_6ead95f03fc10ada537a2c9a21098d16);});$marker.push(m_6ead95f03fc10ada537a2c9a21098d16);}});}google.maps.event.addDomListener(window, 'load', initialize);