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(38.9019,-90.1655)};var g_74d3b2328adadbd5c9740b050d0a333c = new google.maps.Geocoder();g_74d3b2328adadbd5c9740b050d0a333c.geocode( { 'address': "3553 College Ave, Alton, IL 62002"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('alton-IL-1st-midamerica-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('alton-IL-1st-midamerica-credit-union'), mapOptions);}document.getElementById('a4ab10c7').innerHTML += ' | View Map';var $l74d3b2328adadbd5c9740b050d0a333c = '

1st MidAmerica Credit Union

Address: 3553 College Ave, Alton, IL 62002
Phone: (618) 258-3168
';var m_74d3b2328adadbd5c9740b050d0a333c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: '1st MidAmerica Credit Union',});m_74d3b2328adadbd5c9740b050d0a333c['infowindow'] = new google.maps.InfoWindow({content: $l74d3b2328adadbd5c9740b050d0a333c});var infowindow = new google.maps.InfoWindow({content: $l74d3b2328adadbd5c9740b050d0a333c});google.maps.event.addListener(m_74d3b2328adadbd5c9740b050d0a333c, 'click', function() {infowindow.open(map,m_74d3b2328adadbd5c9740b050d0a333c);});$marker.push(m_74d3b2328adadbd5c9740b050d0a333c);}});}google.maps.event.addDomListener(window, 'load', initialize);