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.1043,-94.597)};var g_cc65a7dd40f9de3463468921203d2177 = new google.maps.Geocoder();g_cc65a7dd40f9de3463468921203d2177.geocode( { 'address': "301 NW Englewood Rd, Kansas City, MO 64118"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('kansas-city-MO-mazuma-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('kansas-city-MO-mazuma-credit-union'), mapOptions);}document.getElementById('285e367f').innerHTML += ' | View Map';var $lcc65a7dd40f9de3463468921203d2177 = '

Mazuma Credit Union

Address: 301 NW Englewood Rd, Kansas City, MO 64118
Phone: (816) 361-4194
';var m_cc65a7dd40f9de3463468921203d2177 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Mazuma Credit Union',});m_cc65a7dd40f9de3463468921203d2177['infowindow'] = new google.maps.InfoWindow({content: $lcc65a7dd40f9de3463468921203d2177});var infowindow = new google.maps.InfoWindow({content: $lcc65a7dd40f9de3463468921203d2177});google.maps.event.addListener(m_cc65a7dd40f9de3463468921203d2177, 'click', function() {infowindow.open(map,m_cc65a7dd40f9de3463468921203d2177);});$marker.push(m_cc65a7dd40f9de3463468921203d2177);}});}google.maps.event.addDomListener(window, 'load', initialize);