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.6325,-97.2503)};var g_6aa7ed58002a17aa719e565537c1006c = new google.maps.Geocoder();g_6aa7ed58002a17aa719e565537c1006c.geocode( { 'address': "57915 Leavenworth St, McConnell AFB, KS 67221"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mcconnell-afb-KS-freedom-1st-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('mcconnell-afb-KS-freedom-1st-federal-credit-union'), mapOptions);}document.getElementById('f2638bf0').innerHTML += ' | View Map';var $l6aa7ed58002a17aa719e565537c1006c = '

Freedom 1st Federal Credit Union

Address: 57915 Leavenworth St, McConnell AFB, KS 67221
Phone: (316) 685-0205
';var m_6aa7ed58002a17aa719e565537c1006c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Freedom 1st Federal Credit Union',});m_6aa7ed58002a17aa719e565537c1006c['infowindow'] = new google.maps.InfoWindow({content: $l6aa7ed58002a17aa719e565537c1006c});var infowindow = new google.maps.InfoWindow({content: $l6aa7ed58002a17aa719e565537c1006c});google.maps.event.addListener(m_6aa7ed58002a17aa719e565537c1006c, 'click', function() {infowindow.open(map,m_6aa7ed58002a17aa719e565537c1006c);});$marker.push(m_6aa7ed58002a17aa719e565537c1006c);}});}google.maps.event.addDomListener(window, 'load', initialize);