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.8992,-88.9545)};var g_dca23d594f0827a29496189bace120a4 = new google.maps.Geocoder();g_dca23d594f0827a29496189bace120a4.geocode( { 'address': "202 E Ash Ave, Decatur, IL 62526, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('decatur-IL-first-mid-america-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('decatur-IL-first-mid-america-credit-union'), mapOptions);}document.getElementById('351ddd2d').innerHTML += ' | View Map';var $ldca23d594f0827a29496189bace120a4 = '

First Mid America Credit Union

Address: 202 E Ash Ave, Decatur, IL 62526, USA
Phone: (618) 258-3168
';var m_dca23d594f0827a29496189bace120a4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Mid America Credit Union',});m_dca23d594f0827a29496189bace120a4['infowindow'] = new google.maps.InfoWindow({content: $ldca23d594f0827a29496189bace120a4});var infowindow = new google.maps.InfoWindow({content: $ldca23d594f0827a29496189bace120a4});google.maps.event.addListener(m_dca23d594f0827a29496189bace120a4, 'click', function() {infowindow.open(map,m_dca23d594f0827a29496189bace120a4);});$marker.push(m_dca23d594f0827a29496189bace120a4);}});}google.maps.event.addDomListener(window, 'load', initialize);