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.0462,-95.6929)};var g_942169b5e5951b81de0c18279175fbaa = new google.maps.Geocoder();g_942169b5e5951b81de0c18279175fbaa.geocode( { 'address': "1195 SW Buchanan St # 101, Topeka, KS 66604, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('topeka-KS-housing-and-credit-counseling-services-inc').style.display = '';map = new google.maps.Map(document.getElementById('topeka-KS-housing-and-credit-counseling-services-inc'), mapOptions);}document.getElementById('771b4573').innerHTML += ' | View Map';var $l942169b5e5951b81de0c18279175fbaa = '

Housing and Credit Counseling Services, Inc.

Address: 1195 SW Buchanan St # 101, Topeka, KS 66604, USA
Phone: (785) 234-0217
';var m_942169b5e5951b81de0c18279175fbaa = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Housing and Credit Counseling Services, Inc.',});m_942169b5e5951b81de0c18279175fbaa['infowindow'] = new google.maps.InfoWindow({content: $l942169b5e5951b81de0c18279175fbaa});var infowindow = new google.maps.InfoWindow({content: $l942169b5e5951b81de0c18279175fbaa});google.maps.event.addListener(m_942169b5e5951b81de0c18279175fbaa, 'click', function() {infowindow.open(map,m_942169b5e5951b81de0c18279175fbaa);});$marker.push(m_942169b5e5951b81de0c18279175fbaa);}});}google.maps.event.addDomListener(window, 'load', initialize);