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(29.7601,-95.3621)};var g_ee941741ddbb7c5d1414518779040b3f = new google.maps.Geocoder();g_ee941741ddbb7c5d1414518779040b3f.geocode( { 'address': "1001 Texas Ave #1400, Houston, TX 77002, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('houston-TX-american-consumer-credit-counseling-inc').style.display = '';map = new google.maps.Map(document.getElementById('houston-TX-american-consumer-credit-counseling-inc'), mapOptions);}document.getElementById('1fc4f380').innerHTML += ' | View Map';var $lee941741ddbb7c5d1414518779040b3f = '

American Consumer Credit Counseling, Inc

Address: 1001 Texas Ave #1400, Houston, TX 77002, USA
Phone: (832) 871-5038
';var m_ee941741ddbb7c5d1414518779040b3f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'American Consumer Credit Counseling, Inc',});m_ee941741ddbb7c5d1414518779040b3f['infowindow'] = new google.maps.InfoWindow({content: $lee941741ddbb7c5d1414518779040b3f});var infowindow = new google.maps.InfoWindow({content: $lee941741ddbb7c5d1414518779040b3f});google.maps.event.addListener(m_ee941741ddbb7c5d1414518779040b3f, 'click', function() {infowindow.open(map,m_ee941741ddbb7c5d1414518779040b3f);});$marker.push(m_ee941741ddbb7c5d1414518779040b3f);}});}google.maps.event.addDomListener(window, 'load', initialize);