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(37.6882,-97.343)};var g_a9ad5f949a8257dbbc6d83854e15d149 = new google.maps.Geocoder();g_a9ad5f949a8257dbbc6d83854e15d149.geocode( { 'address': "8404 W Kellogg Dr, Wichita, KS 67209"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('wichita-KS-mid-american-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('wichita-KS-mid-american-credit-union'), mapOptions);}document.getElementById('d8bb58ed').innerHTML += ' | View Map';var $la9ad5f949a8257dbbc6d83854e15d149 = '

Mid American Credit Union

Address: 8404 W Kellogg Dr, Wichita, KS 67209
Phone: (316) 722-3921
';var m_a9ad5f949a8257dbbc6d83854e15d149 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Mid American Credit Union',});m_a9ad5f949a8257dbbc6d83854e15d149['infowindow'] = new google.maps.InfoWindow({content: $la9ad5f949a8257dbbc6d83854e15d149});var infowindow = new google.maps.InfoWindow({content: $la9ad5f949a8257dbbc6d83854e15d149});google.maps.event.addListener(m_a9ad5f949a8257dbbc6d83854e15d149, 'click', function() {infowindow.open(map,m_a9ad5f949a8257dbbc6d83854e15d149);});$marker.push(m_a9ad5f949a8257dbbc6d83854e15d149);}});}google.maps.event.addDomListener(window, 'load', initialize);