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(39.0975,-96.8028)};var g_5dbdddbb0796a5bb110988a1e0e8234a = new google.maps.Geocoder();g_5dbdddbb0796a5bb110988a1e0e8234a.geocode( { 'address': "5326 Normandy Dr, Fort Riley, KS 66442, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fort-riley-KS-credit-union-1-of-kansas').style.display = '';map = new google.maps.Map(document.getElementById('fort-riley-KS-credit-union-1-of-kansas'), mapOptions);}document.getElementById('cade75d4').innerHTML += ' | View Map';var $l5dbdddbb0796a5bb110988a1e0e8234a = '

Credit Union 1 of Kansas

Address: 5326 Normandy Dr, Fort Riley, KS 66442, USA
Phone: (785) 784-3100
';var m_5dbdddbb0796a5bb110988a1e0e8234a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Credit Union 1 of Kansas',});m_5dbdddbb0796a5bb110988a1e0e8234a['infowindow'] = new google.maps.InfoWindow({content: $l5dbdddbb0796a5bb110988a1e0e8234a});var infowindow = new google.maps.InfoWindow({content: $l5dbdddbb0796a5bb110988a1e0e8234a});google.maps.event.addListener(m_5dbdddbb0796a5bb110988a1e0e8234a, 'click', function() {infowindow.open(map,m_5dbdddbb0796a5bb110988a1e0e8234a);});$marker.push(m_5dbdddbb0796a5bb110988a1e0e8234a);}});}google.maps.event.addDomListener(window, 'load', initialize);