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.6857,-97.3358)};var g_b4fdaa2d0270e332a114900e613eda52 = new google.maps.Geocoder();g_b4fdaa2d0270e332a114900e613eda52.geocode( { 'address': "105 S Broadway St #900, Wichita, KS 67202, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('wichita-KS-consumer-credit-counseling-service-inc').style.display = '';map = new google.maps.Map(document.getElementById('wichita-KS-consumer-credit-counseling-service-inc'), mapOptions);}document.getElementById('3b8bb5b5').innerHTML += ' | View Map';var $lb4fdaa2d0270e332a114900e613eda52 = '

Consumer Credit Counseling Service, Inc

Address: 105 S Broadway St #900, Wichita, KS 67202, USA
Phone: (316) 265-2000
';var m_b4fdaa2d0270e332a114900e613eda52 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Consumer Credit Counseling Service, Inc',});m_b4fdaa2d0270e332a114900e613eda52['infowindow'] = new google.maps.InfoWindow({content: $lb4fdaa2d0270e332a114900e613eda52});var infowindow = new google.maps.InfoWindow({content: $lb4fdaa2d0270e332a114900e613eda52});google.maps.event.addListener(m_b4fdaa2d0270e332a114900e613eda52, 'click', function() {infowindow.open(map,m_b4fdaa2d0270e332a114900e613eda52);});$marker.push(m_b4fdaa2d0270e332a114900e613eda52);}});}google.maps.event.addDomListener(window, 'load', initialize);