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.6421,-87.5597)};var g_a8fd99efc09400b2959f814a1fa227b2 = new google.maps.Geocoder();g_a8fd99efc09400b2959f814a1fa227b2.geocode( { 'address': "13912 S Torrence Ave, Chicago, IL 60633, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('chicago-IL-heights-auto-workers-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('chicago-IL-heights-auto-workers-credit-union'), mapOptions);}document.getElementById('df76ade5').innerHTML += ' | View Map';var $la8fd99efc09400b2959f814a1fa227b2 = '

Heights Auto Workers Credit Union

Address: 13912 S Torrence Ave, Chicago, IL 60633, USA
Phone: (708) 891-6990
';var m_a8fd99efc09400b2959f814a1fa227b2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Heights Auto Workers Credit Union',});m_a8fd99efc09400b2959f814a1fa227b2['infowindow'] = new google.maps.InfoWindow({content: $la8fd99efc09400b2959f814a1fa227b2});var infowindow = new google.maps.InfoWindow({content: $la8fd99efc09400b2959f814a1fa227b2});google.maps.event.addListener(m_a8fd99efc09400b2959f814a1fa227b2, 'click', function() {infowindow.open(map,m_a8fd99efc09400b2959f814a1fa227b2);});$marker.push(m_a8fd99efc09400b2959f814a1fa227b2);}});}google.maps.event.addDomListener(window, 'load', initialize);