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(38.803,-94.4469)};var g_af5f1871fc32857b6d868452b4addac7 = new google.maps.Geocoder();g_af5f1871fc32857b6d868452b4addac7.geocode( { 'address': "615 W Foxwood Dr, Raymore, MO 64083"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('raymore-MO-maxuma-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('raymore-MO-maxuma-credit-union'), mapOptions);}document.getElementById('6e8c2198').innerHTML += ' | View Map';var $laf5f1871fc32857b6d868452b4addac7 = '

Maxuma Credit Union

Address: 615 W Foxwood Dr, Raymore, MO 64083
Phone: (816) 361-4194
';var m_af5f1871fc32857b6d868452b4addac7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Maxuma Credit Union',});m_af5f1871fc32857b6d868452b4addac7['infowindow'] = new google.maps.InfoWindow({content: $laf5f1871fc32857b6d868452b4addac7});var infowindow = new google.maps.InfoWindow({content: $laf5f1871fc32857b6d868452b4addac7});google.maps.event.addListener(m_af5f1871fc32857b6d868452b4addac7, 'click', function() {infowindow.open(map,m_af5f1871fc32857b6d868452b4addac7);});$marker.push(m_af5f1871fc32857b6d868452b4addac7);}});}google.maps.event.addDomListener(window, 'load', initialize);