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.0207,-94.5737)};var g_b94bbd6ea25ca7e12534f3b421bbd5d4 = new google.maps.Geocoder();g_b94bbd6ea25ca7e12534f3b421bbd5d4.geocode( { 'address': "5835 Troost Ave, Kansas City, MO 64110, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('kansas-city-MO-neighborhood-housing-services').style.display = '';map = new google.maps.Map(document.getElementById('kansas-city-MO-neighborhood-housing-services'), mapOptions);}document.getElementById('4ab9ec08').innerHTML += ' | View Map';var $lb94bbd6ea25ca7e12534f3b421bbd5d4 = '

Neighborhood Housing Services

Address: 5835 Troost Ave, Kansas City, MO 64110, USA
Phone: (816) 822-7703
';var m_b94bbd6ea25ca7e12534f3b421bbd5d4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Neighborhood Housing Services',});m_b94bbd6ea25ca7e12534f3b421bbd5d4['infowindow'] = new google.maps.InfoWindow({content: $lb94bbd6ea25ca7e12534f3b421bbd5d4});var infowindow = new google.maps.InfoWindow({content: $lb94bbd6ea25ca7e12534f3b421bbd5d4});google.maps.event.addListener(m_b94bbd6ea25ca7e12534f3b421bbd5d4, 'click', function() {infowindow.open(map,m_b94bbd6ea25ca7e12534f3b421bbd5d4);});$marker.push(m_b94bbd6ea25ca7e12534f3b421bbd5d4);}});}google.maps.event.addDomListener(window, 'load', initialize);