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.1289,-87.6361)};var g_ef6c84ac469cc5c9e34c56f18531b7d7 = new google.maps.Geocoder();g_ef6c84ac469cc5c9e34c56f18531b7d7.geocode( { 'address': "210 N Gilbert St, Danville, IL 61832, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('danville-IL-midwest-america-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('danville-IL-midwest-america-federal-credit-union'), mapOptions);}document.getElementById('9706a672').innerHTML += ' | View Map';var $lef6c84ac469cc5c9e34c56f18531b7d7 = '

MidWest America Federal Credit Union

Address: 210 N Gilbert St, Danville, IL 61832, USA
Phone: (217) 446-3954
';var m_ef6c84ac469cc5c9e34c56f18531b7d7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'MidWest America Federal Credit Union',});m_ef6c84ac469cc5c9e34c56f18531b7d7['infowindow'] = new google.maps.InfoWindow({content: $lef6c84ac469cc5c9e34c56f18531b7d7});var infowindow = new google.maps.InfoWindow({content: $lef6c84ac469cc5c9e34c56f18531b7d7});google.maps.event.addListener(m_ef6c84ac469cc5c9e34c56f18531b7d7, 'click', function() {infowindow.open(map,m_ef6c84ac469cc5c9e34c56f18531b7d7);});$marker.push(m_ef6c84ac469cc5c9e34c56f18531b7d7);}});}google.maps.event.addDomListener(window, 'load', initialize);