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.8624,-86.1256)};var g_fd67e619e3eba48cfdd93c59b9d41f59 = new google.maps.Geocoder();g_fd67e619e3eba48cfdd93c59b9d41f59.geocode( { 'address': "1980 Kessler Blvd E Dr, Indianapolis, IN 46220, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('indianapolis-IN-credit-counselors-corporation').style.display = '';map = new google.maps.Map(document.getElementById('indianapolis-IN-credit-counselors-corporation'), mapOptions);}document.getElementById('c9dc9a19').innerHTML += ' | View Map';var $lfd67e619e3eba48cfdd93c59b9d41f59 = '

Credit Counselors Corporation

Address: 1980 Kessler Blvd E Dr, Indianapolis, IN 46220, USA
Phone: (317) 253-2788
';var m_fd67e619e3eba48cfdd93c59b9d41f59 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Credit Counselors Corporation',});m_fd67e619e3eba48cfdd93c59b9d41f59['infowindow'] = new google.maps.InfoWindow({content: $lfd67e619e3eba48cfdd93c59b9d41f59});var infowindow = new google.maps.InfoWindow({content: $lfd67e619e3eba48cfdd93c59b9d41f59});google.maps.event.addListener(m_fd67e619e3eba48cfdd93c59b9d41f59, 'click', function() {infowindow.open(map,m_fd67e619e3eba48cfdd93c59b9d41f59);});$marker.push(m_fd67e619e3eba48cfdd93c59b9d41f59);}});}google.maps.event.addDomListener(window, 'load', initialize);