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_7ea5d3c15c91293b398bc81c9c1d42c4 = new google.maps.Geocoder();g_7ea5d3c15c91293b398bc81c9c1d42c4.geocode( { 'address': "1201 S Mattis Ave, Champaign, IL 61821"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('champaign-IL-champaign-county-schools-employee-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('champaign-IL-champaign-county-schools-employee-credit-union'), mapOptions);}document.getElementById('c0bb70a1').innerHTML += ' | View Map';var $l7ea5d3c15c91293b398bc81c9c1d42c4 = '

Champaign County Schools Employee Credit Union

Address: 1201 S Mattis Ave, Champaign, IL 61821
Phone: (217) 351-3100
';var m_7ea5d3c15c91293b398bc81c9c1d42c4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Champaign County Schools Employee Credit Union',});m_7ea5d3c15c91293b398bc81c9c1d42c4['infowindow'] = new google.maps.InfoWindow({content: $l7ea5d3c15c91293b398bc81c9c1d42c4});var infowindow = new google.maps.InfoWindow({content: $l7ea5d3c15c91293b398bc81c9c1d42c4});google.maps.event.addListener(m_7ea5d3c15c91293b398bc81c9c1d42c4, 'click', function() {infowindow.open(map,m_7ea5d3c15c91293b398bc81c9c1d42c4);});$marker.push(m_7ea5d3c15c91293b398bc81c9c1d42c4);}});}google.maps.event.addDomListener(window, 'load', initialize);