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.7204,-95.2221)};var g_9f0bf27451ac58479e95433870db349e = new google.maps.Geocoder();g_9f0bf27451ac58479e95433870db349e.geocode( { 'address': "177 West Gray St, Houston, TX 77019"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('houston-TX-silicon-valley-bank').style.display = '';map = new google.maps.Map(document.getElementById('houston-TX-silicon-valley-bank'), mapOptions);}document.getElementById('a3a72c2a').innerHTML += ' | View Map';var $l9f0bf27451ac58479e95433870db349e = '

Silicon Valley Bank

Address: 177 West Gray St, Houston, TX 77019
Phone: (503) 930-7075
';var m_9f0bf27451ac58479e95433870db349e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Silicon Valley Bank',});m_9f0bf27451ac58479e95433870db349e['infowindow'] = new google.maps.InfoWindow({content: $l9f0bf27451ac58479e95433870db349e});var infowindow = new google.maps.InfoWindow({content: $l9f0bf27451ac58479e95433870db349e});google.maps.event.addListener(m_9f0bf27451ac58479e95433870db349e, 'click', function() {infowindow.open(map,m_9f0bf27451ac58479e95433870db349e);});$marker.push(m_9f0bf27451ac58479e95433870db349e);}});}google.maps.event.addDomListener(window, 'load', initialize);