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.9571,-95.6792)};var g_6195d11132f279cc38f44534a277b3ea = new google.maps.Geocoder();g_6195d11132f279cc38f44534a277b3ea.geocode( { 'address': "5920 SE Coyote Dr, Topeka, KS 66619, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('topeka-KS-kansas-air-guard-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('topeka-KS-kansas-air-guard-credit-union'), mapOptions);}document.getElementById('37870d64').innerHTML += ' | View Map';var $l6195d11132f279cc38f44534a277b3ea = '

Kansas Air Guard Credit Union

Address: 5920 SE Coyote Dr, Topeka, KS 66619, USA
Phone: (785) 861-4093
';var m_6195d11132f279cc38f44534a277b3ea = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Kansas Air Guard Credit Union',});m_6195d11132f279cc38f44534a277b3ea['infowindow'] = new google.maps.InfoWindow({content: $l6195d11132f279cc38f44534a277b3ea});var infowindow = new google.maps.InfoWindow({content: $l6195d11132f279cc38f44534a277b3ea});google.maps.event.addListener(m_6195d11132f279cc38f44534a277b3ea, 'click', function() {infowindow.open(map,m_6195d11132f279cc38f44534a277b3ea);});$marker.push(m_6195d11132f279cc38f44534a277b3ea);}});}google.maps.event.addDomListener(window, 'load', initialize);