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.1269,-94.7866)};var g_e73f647067e38027bdf67b60454cffdc = new google.maps.Geocoder();g_e73f647067e38027bdf67b60454cffdc.geocode( { 'address': "8919 Parallel Pkwy # 208, Kansas City, KS 66112, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('kansas-city-KS-health-care-employees-cu').style.display = '';map = new google.maps.Map(document.getElementById('kansas-city-KS-health-care-employees-cu'), mapOptions);}document.getElementById('1f3dcbec').innerHTML += ' | View Map';var $le73f647067e38027bdf67b60454cffdc = '

Health Care Employees CU

Address: 8919 Parallel Pkwy # 208, Kansas City, KS 66112, USA
Phone: (913) 788-8447
';var m_e73f647067e38027bdf67b60454cffdc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Health Care Employees CU',});m_e73f647067e38027bdf67b60454cffdc['infowindow'] = new google.maps.InfoWindow({content: $le73f647067e38027bdf67b60454cffdc});var infowindow = new google.maps.InfoWindow({content: $le73f647067e38027bdf67b60454cffdc});google.maps.event.addListener(m_e73f647067e38027bdf67b60454cffdc, 'click', function() {infowindow.open(map,m_e73f647067e38027bdf67b60454cffdc);});$marker.push(m_e73f647067e38027bdf67b60454cffdc);}});}google.maps.event.addDomListener(window, 'load', initialize);