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.8815,-87.6249)};var g_a54e22d2a7c84ccbe7632e54b3adf71c = new google.maps.Geocoder();g_a54e22d2a7c84ccbe7632e54b3adf71c.geocode( { 'address': "18 S Michigan Ave #1000, Chicago, IL 60603, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('chicago-IL-chicago-municipal-employees-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('chicago-IL-chicago-municipal-employees-credit-union'), mapOptions);}document.getElementById('3ac9215c').innerHTML += ' | View Map';var $la54e22d2a7c84ccbe7632e54b3adf71c = '

Chicago Municipal Employees Credit Union

Address: 18 S Michigan Ave #1000, Chicago, IL 60603, USA
Phone: (312) 236-2326
';var m_a54e22d2a7c84ccbe7632e54b3adf71c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Chicago Municipal Employees Credit Union',});m_a54e22d2a7c84ccbe7632e54b3adf71c['infowindow'] = new google.maps.InfoWindow({content: $la54e22d2a7c84ccbe7632e54b3adf71c});var infowindow = new google.maps.InfoWindow({content: $la54e22d2a7c84ccbe7632e54b3adf71c});google.maps.event.addListener(m_a54e22d2a7c84ccbe7632e54b3adf71c, 'click', function() {infowindow.open(map,m_a54e22d2a7c84ccbe7632e54b3adf71c);});$marker.push(m_a54e22d2a7c84ccbe7632e54b3adf71c);}});}google.maps.event.addDomListener(window, 'load', initialize);