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.1763,-96.6037)};var g_3cfab0c90a71798329e1e15d57727426 = new google.maps.Geocoder();g_3cfab0c90a71798329e1e15d57727426.geocode( { 'address': "215 South Seth Child Road, Suite CLP, Manhattan, KS 66502, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('manhattan-KS-community-leasing-partners').style.display = '';map = new google.maps.Map(document.getElementById('manhattan-KS-community-leasing-partners'), mapOptions);}document.getElementById('5f514040').innerHTML += ' | View Map';var $l3cfab0c90a71798329e1e15d57727426 = '

Community Leasing Partners

Address: 215 South Seth Child Road, Suite CLP, Manhattan, KS 66502, USA
Phone: (888) 777-7850
';var m_3cfab0c90a71798329e1e15d57727426 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Community Leasing Partners',});m_3cfab0c90a71798329e1e15d57727426['infowindow'] = new google.maps.InfoWindow({content: $l3cfab0c90a71798329e1e15d57727426});var infowindow = new google.maps.InfoWindow({content: $l3cfab0c90a71798329e1e15d57727426});google.maps.event.addListener(m_3cfab0c90a71798329e1e15d57727426, 'click', function() {infowindow.open(map,m_3cfab0c90a71798329e1e15d57727426);});$marker.push(m_3cfab0c90a71798329e1e15d57727426);}});}google.maps.event.addDomListener(window, 'load', initialize);