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.7799,-95.4576)};var g_f930c57ffc5c4bd2814a088d4f06b430 = new google.maps.Geocoder();g_f930c57ffc5c4bd2814a088d4f06b430.geocode( { 'address': "701 N Post Oak Rd #204, Houston, TX 77024, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('houston-TX-gold-quest-group-llc').style.display = '';map = new google.maps.Map(document.getElementById('houston-TX-gold-quest-group-llc'), mapOptions);}document.getElementById('b49e27e4').innerHTML += ' | View Map';var $lf930c57ffc5c4bd2814a088d4f06b430 = '

Gold Quest Group, LLC

Address: 701 N Post Oak Rd #204, Houston, TX 77024, USA
Phone: (713) 621-6458
';var m_f930c57ffc5c4bd2814a088d4f06b430 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Gold Quest Group, LLC',});m_f930c57ffc5c4bd2814a088d4f06b430['infowindow'] = new google.maps.InfoWindow({content: $lf930c57ffc5c4bd2814a088d4f06b430});var infowindow = new google.maps.InfoWindow({content: $lf930c57ffc5c4bd2814a088d4f06b430});google.maps.event.addListener(m_f930c57ffc5c4bd2814a088d4f06b430, 'click', function() {infowindow.open(map,m_f930c57ffc5c4bd2814a088d4f06b430);});$marker.push(m_f930c57ffc5c4bd2814a088d4f06b430);}});}google.maps.event.addDomListener(window, 'load', initialize);