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_2d57c04ff4d4b6e185051992f559568f = new google.maps.Geocoder();g_2d57c04ff4d4b6e185051992f559568f.geocode( { 'address': "9300 Troost Ave, Kansas City, MO 64131"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('kansas-city-MO-mazuma-credit-union-business-services').style.display = '';map = new google.maps.Map(document.getElementById('kansas-city-MO-mazuma-credit-union-business-services'), mapOptions);}document.getElementById('bcbcbf04').innerHTML += ' | View Map';var $l2d57c04ff4d4b6e185051992f559568f = '

Mazuma Credit Union Business Services

Address: 9300 Troost Ave, Kansas City, MO 64131
Phone: (816) 361-4194
';var m_2d57c04ff4d4b6e185051992f559568f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Mazuma Credit Union Business Services',});m_2d57c04ff4d4b6e185051992f559568f['infowindow'] = new google.maps.InfoWindow({content: $l2d57c04ff4d4b6e185051992f559568f});var infowindow = new google.maps.InfoWindow({content: $l2d57c04ff4d4b6e185051992f559568f});google.maps.event.addListener(m_2d57c04ff4d4b6e185051992f559568f, 'click', function() {infowindow.open(map,m_2d57c04ff4d4b6e185051992f559568f);});$marker.push(m_2d57c04ff4d4b6e185051992f559568f);}});}google.maps.event.addDomListener(window, 'load', initialize);