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(42.0073,-88.0822)};var g_06b8b645831a17ca4a108b5be6f756ac = new google.maps.Geocoder();g_06b8b645831a17ca4a108b5be6f756ac.geocode( { 'address': "1112 S Roselle Rd, Schaumburg, IL 60193, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('schaumburg-IL-polish--slavic-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('schaumburg-IL-polish--slavic-federal-credit-union'), mapOptions);}document.getElementById('ac379511').innerHTML += ' | View Map';var $l06b8b645831a17ca4a108b5be6f756ac = '

Polish & Slavic Federal Credit Union

Address: 1112 S Roselle Rd, Schaumburg, IL 60193, USA
Phone: (847) 895-5972
';var m_06b8b645831a17ca4a108b5be6f756ac = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Polish & Slavic Federal Credit Union',});m_06b8b645831a17ca4a108b5be6f756ac['infowindow'] = new google.maps.InfoWindow({content: $l06b8b645831a17ca4a108b5be6f756ac});var infowindow = new google.maps.InfoWindow({content: $l06b8b645831a17ca4a108b5be6f756ac});google.maps.event.addListener(m_06b8b645831a17ca4a108b5be6f756ac, 'click', function() {infowindow.open(map,m_06b8b645831a17ca4a108b5be6f756ac);});$marker.push(m_06b8b645831a17ca4a108b5be6f756ac);}});}google.maps.event.addDomListener(window, 'load', initialize);