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.2887,-88.2576)};var g_63a7769efbcc83107e5e385ccc6429de = new google.maps.Geocoder();g_63a7769efbcc83107e5e385ccc6429de.geocode( { 'address': "1800 Main St, Diamond, IL 60416, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('diamond-IL-morris-community-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('diamond-IL-morris-community-credit-union'), mapOptions);}document.getElementById('a58e54ae').innerHTML += ' | View Map';var $l63a7769efbcc83107e5e385ccc6429de = '

Morris Community Credit Union

Address: 1800 Main St, Diamond, IL 60416, USA
Phone: (815) 634-0910
';var m_63a7769efbcc83107e5e385ccc6429de = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Morris Community Credit Union',});m_63a7769efbcc83107e5e385ccc6429de['infowindow'] = new google.maps.InfoWindow({content: $l63a7769efbcc83107e5e385ccc6429de});var infowindow = new google.maps.InfoWindow({content: $l63a7769efbcc83107e5e385ccc6429de});google.maps.event.addListener(m_63a7769efbcc83107e5e385ccc6429de, 'click', function() {infowindow.open(map,m_63a7769efbcc83107e5e385ccc6429de);});$marker.push(m_63a7769efbcc83107e5e385ccc6429de);}});}google.maps.event.addDomListener(window, 'load', initialize);