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(39.4817,-88.3636)};var g_6f046293531ccdccb8279e83fe5263ea = new google.maps.Geocoder();g_6f046293531ccdccb8279e83fe5263ea.geocode( { 'address': "812 Charleston Ave, Mattoon, IL 61938, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mattoon-IL-area-educational-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('mattoon-IL-area-educational-credit-union'), mapOptions);}document.getElementById('a17b25d4').innerHTML += ' | View Map';var $l6f046293531ccdccb8279e83fe5263ea = '

Area Educational Credit Union

Address: 812 Charleston Ave, Mattoon, IL 61938, USA
Phone: (217) 234-7817
';var m_6f046293531ccdccb8279e83fe5263ea = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Area Educational Credit Union',});m_6f046293531ccdccb8279e83fe5263ea['infowindow'] = new google.maps.InfoWindow({content: $l6f046293531ccdccb8279e83fe5263ea});var infowindow = new google.maps.InfoWindow({content: $l6f046293531ccdccb8279e83fe5263ea});google.maps.event.addListener(m_6f046293531ccdccb8279e83fe5263ea, 'click', function() {infowindow.open(map,m_6f046293531ccdccb8279e83fe5263ea);});$marker.push(m_6f046293531ccdccb8279e83fe5263ea);}});}google.maps.event.addDomListener(window, 'load', initialize);