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(42.4885,-92.3486)};var g_ecd938f748969c750709ba2e8deeba23 = new google.maps.Geocoder();g_ecd938f748969c750709ba2e8deeba23.geocode( { 'address': "1003 W 4th St, Waterloo, IA 50702, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('waterloo-IA-consumer-credit-counseling-services').style.display = '';map = new google.maps.Map(document.getElementById('waterloo-IA-consumer-credit-counseling-services'), mapOptions);}document.getElementById('92dca045').innerHTML += ' | View Map';var $lecd938f748969c750709ba2e8deeba23 = '

Consumer Credit Counseling Services

Address: 1003 W 4th St, Waterloo, IA 50702, USA
Phone: (319) 234-0661
';var m_ecd938f748969c750709ba2e8deeba23 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Consumer Credit Counseling Services',});m_ecd938f748969c750709ba2e8deeba23['infowindow'] = new google.maps.InfoWindow({content: $lecd938f748969c750709ba2e8deeba23});var infowindow = new google.maps.InfoWindow({content: $lecd938f748969c750709ba2e8deeba23});google.maps.event.addListener(m_ecd938f748969c750709ba2e8deeba23, 'click', function() {infowindow.open(map,m_ecd938f748969c750709ba2e8deeba23);});$marker.push(m_ecd938f748969c750709ba2e8deeba23);}});}google.maps.event.addDomListener(window, 'load', initialize);