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.7605,-95.3666)};var g_9d4dd115c56cf32761a3ca9d47cadc9b = new google.maps.Geocoder();g_9d4dd115c56cf32761a3ca9d47cadc9b.geocode( { 'address': "700 Louisiana St, Houston, TX 77002, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('houston-TX-credit-suisse-ag-representative-office').style.display = '';map = new google.maps.Map(document.getElementById('houston-TX-credit-suisse-ag-representative-office'), mapOptions);}document.getElementById('e35d8431').innerHTML += ' | View Map';var $l9d4dd115c56cf32761a3ca9d47cadc9b = '

Credit Suisse AG Representative Office

Address: 700 Louisiana St, Houston, TX 77002, USA
Phone: (713) 890-1500
';var m_9d4dd115c56cf32761a3ca9d47cadc9b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Credit Suisse AG Representative Office',});m_9d4dd115c56cf32761a3ca9d47cadc9b['infowindow'] = new google.maps.InfoWindow({content: $l9d4dd115c56cf32761a3ca9d47cadc9b});var infowindow = new google.maps.InfoWindow({content: $l9d4dd115c56cf32761a3ca9d47cadc9b});google.maps.event.addListener(m_9d4dd115c56cf32761a3ca9d47cadc9b, 'click', function() {infowindow.open(map,m_9d4dd115c56cf32761a3ca9d47cadc9b);});$marker.push(m_9d4dd115c56cf32761a3ca9d47cadc9b);}});}google.maps.event.addDomListener(window, 'load', initialize);