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.5572,-95.1169)};var g_044241cf4ab89cdd154f5161fd96cc6e = new google.maps.Geocoder();g_044241cf4ab89cdd154f5161fd96cc6e.geocode( { 'address': "1120 Bay Area Blvd, Houston, TX 77058, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('houston-TX-drda').style.display = '';map = new google.maps.Map(document.getElementById('houston-TX-drda'), mapOptions);}document.getElementById('43750ac2').innerHTML += ' | View Map';var $l044241cf4ab89cdd154f5161fd96cc6e = '

DRDA

Address: 1120 Bay Area Blvd, Houston, TX 77058, USA
Phone: (281) 488-2022
';var m_044241cf4ab89cdd154f5161fd96cc6e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'DRDA',});m_044241cf4ab89cdd154f5161fd96cc6e['infowindow'] = new google.maps.InfoWindow({content: $l044241cf4ab89cdd154f5161fd96cc6e});var infowindow = new google.maps.InfoWindow({content: $l044241cf4ab89cdd154f5161fd96cc6e});google.maps.event.addListener(m_044241cf4ab89cdd154f5161fd96cc6e, 'click', function() {infowindow.open(map,m_044241cf4ab89cdd154f5161fd96cc6e);});$marker.push(m_044241cf4ab89cdd154f5161fd96cc6e);}});}google.maps.event.addDomListener(window, 'load', initialize);