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.7785,-87.6332)};var g_14b4f5e540287e349fba519837de57b6 = new google.maps.Geocoder();g_14b4f5e540287e349fba519837de57b6.geocode( { 'address': "326 W 64th St, Chicago, IL 60621, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('chicago-IL-healthcare-associates-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('chicago-IL-healthcare-associates-credit-union'), mapOptions);}document.getElementById('28170298').innerHTML += ' | View Map';var $l14b4f5e540287e349fba519837de57b6 = '

HealthCare Associates Credit Union

Address: 326 W 64th St, Chicago, IL 60621, USA
Phone: (630) 276-5555
';var m_14b4f5e540287e349fba519837de57b6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'HealthCare Associates Credit Union',});m_14b4f5e540287e349fba519837de57b6['infowindow'] = new google.maps.InfoWindow({content: $l14b4f5e540287e349fba519837de57b6});var infowindow = new google.maps.InfoWindow({content: $l14b4f5e540287e349fba519837de57b6});google.maps.event.addListener(m_14b4f5e540287e349fba519837de57b6, 'click', function() {infowindow.open(map,m_14b4f5e540287e349fba519837de57b6);});$marker.push(m_14b4f5e540287e349fba519837de57b6);}});}google.maps.event.addDomListener(window, 'load', initialize);