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.5559,-90.0322)};var g_06f53f2a277716d94c68e721f243eb41 = new google.maps.Geocoder();g_06f53f2a277716d94c68e721f243eb41.geocode( { 'address': "175 E Elm St, Canton, IL 61520, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('canton-IL-cefcu').style.display = '';map = new google.maps.Map(document.getElementById('canton-IL-cefcu'), mapOptions);}document.getElementById('af74fc2c').innerHTML += ' | View Map';var $l06f53f2a277716d94c68e721f243eb41 = '

CEFCU

Address: 175 E Elm St, Canton, IL 61520, USA
Phone: (309) 647-7747
';var m_06f53f2a277716d94c68e721f243eb41 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'CEFCU',});m_06f53f2a277716d94c68e721f243eb41['infowindow'] = new google.maps.InfoWindow({content: $l06f53f2a277716d94c68e721f243eb41});var infowindow = new google.maps.InfoWindow({content: $l06f53f2a277716d94c68e721f243eb41});google.maps.event.addListener(m_06f53f2a277716d94c68e721f243eb41, 'click', function() {infowindow.open(map,m_06f53f2a277716d94c68e721f243eb41);});$marker.push(m_06f53f2a277716d94c68e721f243eb41);}});}google.maps.event.addDomListener(window, 'load', initialize);