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.5601,-87.7142)};var g_7362fdbacbe88f6f975493a7479295e8 = new google.maps.Geocoder();g_7362fdbacbe88f6f975493a7479295e8.geocode( { 'address': "18130 Crawford Ave, Country Club Hills, IL 60478, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('country-club-hills-IL-great-lakes-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('country-club-hills-IL-great-lakes-credit-union'), mapOptions);}document.getElementById('5e946a9f').innerHTML += ' | View Map';var $l7362fdbacbe88f6f975493a7479295e8 = '

Great Lakes Credit Union

Address: 18130 Crawford Ave, Country Club Hills, IL 60478, USA
Phone: (847) 578-7000
';var m_7362fdbacbe88f6f975493a7479295e8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Great Lakes Credit Union',});m_7362fdbacbe88f6f975493a7479295e8['infowindow'] = new google.maps.InfoWindow({content: $l7362fdbacbe88f6f975493a7479295e8});var infowindow = new google.maps.InfoWindow({content: $l7362fdbacbe88f6f975493a7479295e8});google.maps.event.addListener(m_7362fdbacbe88f6f975493a7479295e8, 'click', function() {infowindow.open(map,m_7362fdbacbe88f6f975493a7479295e8);});$marker.push(m_7362fdbacbe88f6f975493a7479295e8);}});}google.maps.event.addDomListener(window, 'load', initialize);