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.7569,-95.371)};var g_da5ef3ca8048cd3799e75b5039802539 = new google.maps.Geocoder();g_da5ef3ca8048cd3799e75b5039802539.geocode( { 'address': "1200 Smith St # 1600, Houston, TX 77002, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('houston-TX-thl-credit-group').style.display = '';map = new google.maps.Map(document.getElementById('houston-TX-thl-credit-group'), mapOptions);}document.getElementById('3145ec9b').innerHTML += ' | View Map';var $lda5ef3ca8048cd3799e75b5039802539 = '

THL Credit Group

Address: 1200 Smith St # 1600, Houston, TX 77002, USA
Phone: (713) 865-5800
';var m_da5ef3ca8048cd3799e75b5039802539 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'THL Credit Group',});m_da5ef3ca8048cd3799e75b5039802539['infowindow'] = new google.maps.InfoWindow({content: $lda5ef3ca8048cd3799e75b5039802539});var infowindow = new google.maps.InfoWindow({content: $lda5ef3ca8048cd3799e75b5039802539});google.maps.event.addListener(m_da5ef3ca8048cd3799e75b5039802539, 'click', function() {infowindow.open(map,m_da5ef3ca8048cd3799e75b5039802539);});$marker.push(m_da5ef3ca8048cd3799e75b5039802539);}});}google.maps.event.addDomListener(window, 'load', initialize);