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.5549,-87.6723)};var g_8301854f418d355675f6366dc08573f6 = new google.maps.Geocoder();g_8301854f418d355675f6366dc08573f6.geocode( { 'address': "18141 Dixie Hwy, Homewood, IL 60430"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('homewood-IL-flossmoor-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('homewood-IL-flossmoor-credit-union'), mapOptions);}document.getElementById('ad486cbc').innerHTML += ' | View Map';var $l8301854f418d355675f6366dc08573f6 = '

Flossmoor Credit Union

Address: 18141 Dixie Hwy, Homewood, IL 60430
Phone: (708) 799-5040
';var m_8301854f418d355675f6366dc08573f6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Flossmoor Credit Union',});m_8301854f418d355675f6366dc08573f6['infowindow'] = new google.maps.InfoWindow({content: $l8301854f418d355675f6366dc08573f6});var infowindow = new google.maps.InfoWindow({content: $l8301854f418d355675f6366dc08573f6});google.maps.event.addListener(m_8301854f418d355675f6366dc08573f6, 'click', function() {infowindow.open(map,m_8301854f418d355675f6366dc08573f6);});$marker.push(m_8301854f418d355675f6366dc08573f6);}});}google.maps.event.addDomListener(window, 'load', initialize);