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(40.1099,-88.2472)};var g_ae283e04dfeddbbc4cb133ae11ff70c4 = new google.maps.Geocoder();g_ae283e04dfeddbbc4cb133ae11ff70c4.geocode( { 'address': "1001 W Bloomington Rd, Champaign, IL 61821"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('champaign-IL-community-plus-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('champaign-IL-community-plus-federal-credit-union'), mapOptions);}document.getElementById('d42eb57a').innerHTML += ' | View Map';var $lae283e04dfeddbbc4cb133ae11ff70c4 = '

Community Plus Federal Credit Union

Address: 1001 W Bloomington Rd, Champaign, IL 61821
Phone: (217) 693-3440
';var m_ae283e04dfeddbbc4cb133ae11ff70c4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Community Plus Federal Credit Union',});m_ae283e04dfeddbbc4cb133ae11ff70c4['infowindow'] = new google.maps.InfoWindow({content: $lae283e04dfeddbbc4cb133ae11ff70c4});var infowindow = new google.maps.InfoWindow({content: $lae283e04dfeddbbc4cb133ae11ff70c4});google.maps.event.addListener(m_ae283e04dfeddbbc4cb133ae11ff70c4, 'click', function() {infowindow.open(map,m_ae283e04dfeddbbc4cb133ae11ff70c4);});$marker.push(m_ae283e04dfeddbbc4cb133ae11ff70c4);}});}google.maps.event.addDomListener(window, 'load', initialize);