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.7606,-95.3665)};var g_ffd4622131a34ec364237eefe1bf047f = new google.maps.Geocoder();g_ffd4622131a34ec364237eefe1bf047f.geocode( { 'address': "Williams Tower, 2800 Post Oak Blvd, Houston, TX 77056, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('houston-TX-123-credit-resolution-consultants-llc').style.display = '';map = new google.maps.Map(document.getElementById('houston-TX-123-credit-resolution-consultants-llc'), mapOptions);}document.getElementById('59e80942').innerHTML += ' | View Map';var $lffd4622131a34ec364237eefe1bf047f = '

123 Credit Resolution Consultants, LLC

Address: Williams Tower, 2800 Post Oak Blvd, Houston, TX 77056, USA
Phone: (855) 855-6157
';var m_ffd4622131a34ec364237eefe1bf047f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: '123 Credit Resolution Consultants, LLC',});m_ffd4622131a34ec364237eefe1bf047f['infowindow'] = new google.maps.InfoWindow({content: $lffd4622131a34ec364237eefe1bf047f});var infowindow = new google.maps.InfoWindow({content: $lffd4622131a34ec364237eefe1bf047f});google.maps.event.addListener(m_ffd4622131a34ec364237eefe1bf047f, 'click', function() {infowindow.open(map,m_ffd4622131a34ec364237eefe1bf047f);});$marker.push(m_ffd4622131a34ec364237eefe1bf047f);}});}google.maps.event.addDomListener(window, 'load', initialize);