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.9419,-90.1902)};var g_af454808bc3f90fc29155bf1660465ee = new google.maps.Geocoder();g_af454808bc3f90fc29155bf1660465ee.geocode( { 'address': "5301 Godfrey Rd, Godfrey, IL 62035, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('godfrey-IL-1st-midamerica-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('godfrey-IL-1st-midamerica-credit-union'), mapOptions);}document.getElementById('dfb0d2fb').innerHTML += ' | View Map';var $laf454808bc3f90fc29155bf1660465ee = '

1st MidAmerica Credit Union

Address: 5301 Godfrey Rd, Godfrey, IL 62035, USA
Phone: (618) 258-3168
';var m_af454808bc3f90fc29155bf1660465ee = new google.maps.Marker({position: results[0].geometry.location,map: map,title: '1st MidAmerica Credit Union',});m_af454808bc3f90fc29155bf1660465ee['infowindow'] = new google.maps.InfoWindow({content: $laf454808bc3f90fc29155bf1660465ee});var infowindow = new google.maps.InfoWindow({content: $laf454808bc3f90fc29155bf1660465ee});google.maps.event.addListener(m_af454808bc3f90fc29155bf1660465ee, 'click', function() {infowindow.open(map,m_af454808bc3f90fc29155bf1660465ee);});$marker.push(m_af454808bc3f90fc29155bf1660465ee);}});}google.maps.event.addDomListener(window, 'load', initialize);