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.008,-93.6092)};var g_b1889589a5ee94e527c59f8578b30218 = new google.maps.Geocoder();g_b1889589a5ee94e527c59f8578b30218.geocode( { 'address': "1608 S Duff Ave # 300, Ames, IA 50010, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ames-IA-consumer-credit-counseling-services').style.display = '';map = new google.maps.Map(document.getElementById('ames-IA-consumer-credit-counseling-services'), mapOptions);}document.getElementById('834a3941').innerHTML += ' | View Map';var $lb1889589a5ee94e527c59f8578b30218 = '

Consumer Credit Counseling Services

Address: 1608 S Duff Ave # 300, Ames, IA 50010, USA
Phone: (515) 296-1968
';var m_b1889589a5ee94e527c59f8578b30218 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Consumer Credit Counseling Services',});m_b1889589a5ee94e527c59f8578b30218['infowindow'] = new google.maps.InfoWindow({content: $lb1889589a5ee94e527c59f8578b30218});var infowindow = new google.maps.InfoWindow({content: $lb1889589a5ee94e527c59f8578b30218});google.maps.event.addListener(m_b1889589a5ee94e527c59f8578b30218, 'click', function() {infowindow.open(map,m_b1889589a5ee94e527c59f8578b30218);});$marker.push(m_b1889589a5ee94e527c59f8578b30218);}});}google.maps.event.addDomListener(window, 'load', initialize);