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.0477,-95.7611)};var g_072446c6aa02c85a9a91d6a75116def5 = new google.maps.Geocoder();g_072446c6aa02c85a9a91d6a75116def5.geocode( { 'address': "1080 SW Wanamaker Rd, Topeka, KS 66604, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('topeka-KS-cap-cuso').style.display = '';map = new google.maps.Map(document.getElementById('topeka-KS-cap-cuso'), mapOptions);}document.getElementById('5125d0a6').innerHTML += ' | View Map';var $l072446c6aa02c85a9a91d6a75116def5 = '

Cap CUSO

Address: 1080 SW Wanamaker Rd, Topeka, KS 66604, USA
Phone:
';var m_072446c6aa02c85a9a91d6a75116def5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cap CUSO',});m_072446c6aa02c85a9a91d6a75116def5['infowindow'] = new google.maps.InfoWindow({content: $l072446c6aa02c85a9a91d6a75116def5});var infowindow = new google.maps.InfoWindow({content: $l072446c6aa02c85a9a91d6a75116def5});google.maps.event.addListener(m_072446c6aa02c85a9a91d6a75116def5, 'click', function() {infowindow.open(map,m_072446c6aa02c85a9a91d6a75116def5);});$marker.push(m_072446c6aa02c85a9a91d6a75116def5);}});}google.maps.event.addDomListener(window, 'load', initialize);