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.8955,-87.6851)};var g_83415b191fc3f70b39637f67e9bd3ddf = new google.maps.Geocoder();g_83415b191fc3f70b39637f67e9bd3ddf.geocode( { 'address': "2315 W Chicago Ave, Chicago, IL 60622, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('chicago-IL-ukrainian-national-cu-association').style.display = '';map = new google.maps.Map(document.getElementById('chicago-IL-ukrainian-national-cu-association'), mapOptions);}document.getElementById('4b0aabb0').innerHTML += ' | View Map';var $l83415b191fc3f70b39637f67e9bd3ddf = '

Ukrainian National CU Association

Address: 2315 W Chicago Ave, Chicago, IL 60622, USA
Phone: (773) 489-0050
';var m_83415b191fc3f70b39637f67e9bd3ddf = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Ukrainian National CU Association',});m_83415b191fc3f70b39637f67e9bd3ddf['infowindow'] = new google.maps.InfoWindow({content: $l83415b191fc3f70b39637f67e9bd3ddf});var infowindow = new google.maps.InfoWindow({content: $l83415b191fc3f70b39637f67e9bd3ddf});google.maps.event.addListener(m_83415b191fc3f70b39637f67e9bd3ddf, 'click', function() {infowindow.open(map,m_83415b191fc3f70b39637f67e9bd3ddf);});$marker.push(m_83415b191fc3f70b39637f67e9bd3ddf);}});}google.maps.event.addDomListener(window, 'load', initialize);