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.1428,-94.7047)};var g_dea9ddb25cbf2352cf4dec30222a02a5 = new google.maps.Geocoder();g_dea9ddb25cbf2352cf4dec30222a02a5.geocode( { 'address': "5417 Leavenworth Rd, Kansas City, KS 66104, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('kansas-city-KS-christ-the-king-parish-fed-cu').style.display = '';map = new google.maps.Map(document.getElementById('kansas-city-KS-christ-the-king-parish-fed-cu'), mapOptions);}document.getElementById('d980f2bd').innerHTML += ' | View Map';var $ldea9ddb25cbf2352cf4dec30222a02a5 = '

Christ the King Parish Fed CU

Address: 5417 Leavenworth Rd, Kansas City, KS 66104, USA
Phone: (913) 287-8448
';var m_dea9ddb25cbf2352cf4dec30222a02a5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Christ the King Parish Fed CU',});m_dea9ddb25cbf2352cf4dec30222a02a5['infowindow'] = new google.maps.InfoWindow({content: $ldea9ddb25cbf2352cf4dec30222a02a5});var infowindow = new google.maps.InfoWindow({content: $ldea9ddb25cbf2352cf4dec30222a02a5});google.maps.event.addListener(m_dea9ddb25cbf2352cf4dec30222a02a5, 'click', function() {infowindow.open(map,m_dea9ddb25cbf2352cf4dec30222a02a5);});$marker.push(m_dea9ddb25cbf2352cf4dec30222a02a5);}});}google.maps.event.addDomListener(window, 'load', initialize);