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.9117,-90.1156)};var g_0d7ceb39702717fabfdbd7111a6e6e3b = new google.maps.Geocoder();g_0d7ceb39702717fabfdbd7111a6e6e3b.geocode( { 'address': "4500 College Ave, Alton, IL 62002, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('alton-IL-state-employees-community-cu').style.display = '';map = new google.maps.Map(document.getElementById('alton-IL-state-employees-community-cu'), mapOptions);}document.getElementById('2f68a57e').innerHTML += ' | View Map';var $l0d7ceb39702717fabfdbd7111a6e6e3b = '

State Employee's Community CU

Address: 4500 College Ave, Alton, IL 62002, USA
Phone: (618) 462-5229
';var m_0d7ceb39702717fabfdbd7111a6e6e3b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'State Employee's Community CU',});m_0d7ceb39702717fabfdbd7111a6e6e3b['infowindow'] = new google.maps.InfoWindow({content: $l0d7ceb39702717fabfdbd7111a6e6e3b});var infowindow = new google.maps.InfoWindow({content: $l0d7ceb39702717fabfdbd7111a6e6e3b});google.maps.event.addListener(m_0d7ceb39702717fabfdbd7111a6e6e3b, 'click', function() {infowindow.open(map,m_0d7ceb39702717fabfdbd7111a6e6e3b);});$marker.push(m_0d7ceb39702717fabfdbd7111a6e6e3b);}});}google.maps.event.addDomListener(window, 'load', initialize);