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.0514,-94.5967)};var g_4dae7032e72753a6c9d24a71307f561f = new google.maps.Geocoder();g_4dae7032e72753a6c9d24a71307f561f.geocode( { 'address': "4233 Roanoke Rd, Kansas City, MO 64111, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('kansas-city-MO-pioneer-financial-services').style.display = '';map = new google.maps.Map(document.getElementById('kansas-city-MO-pioneer-financial-services'), mapOptions);}document.getElementById('71a890f2').innerHTML += ' | View Map';var $l4dae7032e72753a6c9d24a71307f561f = '

Pioneer Financial Services

Address: 4233 Roanoke Rd, Kansas City, MO 64111, USA
Phone: (816) 756-2020
';var m_4dae7032e72753a6c9d24a71307f561f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Pioneer Financial Services',});m_4dae7032e72753a6c9d24a71307f561f['infowindow'] = new google.maps.InfoWindow({content: $l4dae7032e72753a6c9d24a71307f561f});var infowindow = new google.maps.InfoWindow({content: $l4dae7032e72753a6c9d24a71307f561f});google.maps.event.addListener(m_4dae7032e72753a6c9d24a71307f561f, 'click', function() {infowindow.open(map,m_4dae7032e72753a6c9d24a71307f561f);});$marker.push(m_4dae7032e72753a6c9d24a71307f561f);}});}google.maps.event.addDomListener(window, 'load', initialize);