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.688,-95.5272)};var g_0eb7a39fc22086b7e6249d1b5253dc2b = new google.maps.Geocoder();g_0eb7a39fc22086b7e6249d1b5253dc2b.geocode( { 'address': "8323 Southwest Fwy Ste 708, Houston, TX 77074, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('houston-TX-credit-recovery-group-inc').style.display = '';map = new google.maps.Map(document.getElementById('houston-TX-credit-recovery-group-inc'), mapOptions);}document.getElementById('a6c65d00').innerHTML += ' | View Map';var $l0eb7a39fc22086b7e6249d1b5253dc2b = '

Credit Recovery Group, Inc

Address: 8323 Southwest Fwy Ste 708, Houston, TX 77074, USA
Phone: (832) 595-2526
';var m_0eb7a39fc22086b7e6249d1b5253dc2b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Credit Recovery Group, Inc',});m_0eb7a39fc22086b7e6249d1b5253dc2b['infowindow'] = new google.maps.InfoWindow({content: $l0eb7a39fc22086b7e6249d1b5253dc2b});var infowindow = new google.maps.InfoWindow({content: $l0eb7a39fc22086b7e6249d1b5253dc2b});google.maps.event.addListener(m_0eb7a39fc22086b7e6249d1b5253dc2b, 'click', function() {infowindow.open(map,m_0eb7a39fc22086b7e6249d1b5253dc2b);});$marker.push(m_0eb7a39fc22086b7e6249d1b5253dc2b);}});}google.maps.event.addDomListener(window, 'load', initialize);