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.7859,-95.5939)};var g_b496988e931c295378ae7aa207b0079b = new google.maps.Geocoder();g_b496988e931c295378ae7aa207b0079b.geocode( { 'address': "11750 Katy Fwy #1010, Houston, TX 77079, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('houston-TX-whitney-bank---energy-tower-iv-business-financial-center').style.display = '';map = new google.maps.Map(document.getElementById('houston-TX-whitney-bank---energy-tower-iv-business-financial-center'), mapOptions);}document.getElementById('3ddab503').innerHTML += ' | View Map';var $lb496988e931c295378ae7aa207b0079b = '

Whitney Bank - Energy Tower IV Business Financial Center

Address: 11750 Katy Fwy #1010, Houston, TX 77079, USA
Phone: (713) 951-6105
';var m_b496988e931c295378ae7aa207b0079b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Whitney Bank - Energy Tower IV Business Financial Center',});m_b496988e931c295378ae7aa207b0079b['infowindow'] = new google.maps.InfoWindow({content: $lb496988e931c295378ae7aa207b0079b});var infowindow = new google.maps.InfoWindow({content: $lb496988e931c295378ae7aa207b0079b});google.maps.event.addListener(m_b496988e931c295378ae7aa207b0079b, 'click', function() {infowindow.open(map,m_b496988e931c295378ae7aa207b0079b);});$marker.push(m_b496988e931c295378ae7aa207b0079b);}});}google.maps.event.addDomListener(window, 'load', initialize);