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.881,-87.6247)};var g_65856a48947a6d9065ec629985200506 = new google.maps.Geocoder();g_65856a48947a6d9065ec629985200506.geocode( { 'address': "6230 S Central Ave, Chicago, IL 60638"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('chicago-IL-chgo-fire-fighters-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('chicago-IL-chgo-fire-fighters-credit-union'), mapOptions);}document.getElementById('70fa8471').innerHTML += ' | View Map';var $l65856a48947a6d9065ec629985200506 = '

Chgo Fire-Fighters Credit Union

Address: 6230 S Central Ave, Chicago, IL 60638
Phone: (773) 581-5253
';var m_65856a48947a6d9065ec629985200506 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Chgo Fire-Fighters Credit Union',});m_65856a48947a6d9065ec629985200506['infowindow'] = new google.maps.InfoWindow({content: $l65856a48947a6d9065ec629985200506});var infowindow = new google.maps.InfoWindow({content: $l65856a48947a6d9065ec629985200506});google.maps.event.addListener(m_65856a48947a6d9065ec629985200506, 'click', function() {infowindow.open(map,m_65856a48947a6d9065ec629985200506);});$marker.push(m_65856a48947a6d9065ec629985200506);}});}google.maps.event.addDomListener(window, 'load', initialize);