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.5433,-89.9839)};var g_45ed3af62da2fc26c069757e9e5b0d4d = new google.maps.Geocoder();g_45ed3af62da2fc26c069757e9e5b0d4d.geocode( { 'address': "2693 N Illinois St, Swansea, IL 62226, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('swansea-IL-gateway-metro-federal-cu-swansea-branch').style.display = '';map = new google.maps.Map(document.getElementById('swansea-IL-gateway-metro-federal-cu-swansea-branch'), mapOptions);}document.getElementById('c8ff6e3b').innerHTML += ' | View Map';var $l45ed3af62da2fc26c069757e9e5b0d4d = '

Gateway Metro Federal CU-Swansea Branch

Address: 2693 N Illinois St, Swansea, IL 62226, USA
Phone: (314) 621-4575
';var m_45ed3af62da2fc26c069757e9e5b0d4d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Gateway Metro Federal CU-Swansea Branch',});m_45ed3af62da2fc26c069757e9e5b0d4d['infowindow'] = new google.maps.InfoWindow({content: $l45ed3af62da2fc26c069757e9e5b0d4d});var infowindow = new google.maps.InfoWindow({content: $l45ed3af62da2fc26c069757e9e5b0d4d});google.maps.event.addListener(m_45ed3af62da2fc26c069757e9e5b0d4d, 'click', function() {infowindow.open(map,m_45ed3af62da2fc26c069757e9e5b0d4d);});$marker.push(m_45ed3af62da2fc26c069757e9e5b0d4d);}});}google.maps.event.addDomListener(window, 'load', initialize);