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(37.6856,-97.2802)};var g_54ebd5fa4764d1d8159335e7c9cb27c2 = new google.maps.Geocoder();g_54ebd5fa4764d1d8159335e7c9cb27c2.geocode( { 'address': "118 S Oliver St, Wichita, KS 67218, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('wichita-KS-national-tenant-network').style.display = '';map = new google.maps.Map(document.getElementById('wichita-KS-national-tenant-network'), mapOptions);}document.getElementById('3e36a9d2').innerHTML += ' | View Map';var $l54ebd5fa4764d1d8159335e7c9cb27c2 = '

National Tenant Network

Address: 118 S Oliver St, Wichita, KS 67218, USA
Phone: (316) 686-3000
';var m_54ebd5fa4764d1d8159335e7c9cb27c2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'National Tenant Network',});m_54ebd5fa4764d1d8159335e7c9cb27c2['infowindow'] = new google.maps.InfoWindow({content: $l54ebd5fa4764d1d8159335e7c9cb27c2});var infowindow = new google.maps.InfoWindow({content: $l54ebd5fa4764d1d8159335e7c9cb27c2});google.maps.event.addListener(m_54ebd5fa4764d1d8159335e7c9cb27c2, 'click', function() {infowindow.open(map,m_54ebd5fa4764d1d8159335e7c9cb27c2);});$marker.push(m_54ebd5fa4764d1d8159335e7c9cb27c2);}});}google.maps.event.addDomListener(window, 'load', initialize);