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_74384e28467d3ca601372dcac919e277 = new google.maps.Geocoder();g_74384e28467d3ca601372dcac919e277.geocode( { 'address': "1200 Smith St, Houston, TX 77002"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('houston-TX-sumitomo-mitsui-banking-corp').style.display = '';map = new google.maps.Map(document.getElementById('houston-TX-sumitomo-mitsui-banking-corp'), mapOptions);}document.getElementById('81e30f74').innerHTML += ' | View Map';var $l74384e28467d3ca601372dcac919e277 = '

Sumitomo Mitsui Banking Corp

Address: 1200 Smith St, Houston, TX 77002
Phone: (713) 652-3916
';var m_74384e28467d3ca601372dcac919e277 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Sumitomo Mitsui Banking Corp',});m_74384e28467d3ca601372dcac919e277['infowindow'] = new google.maps.InfoWindow({content: $l74384e28467d3ca601372dcac919e277});var infowindow = new google.maps.InfoWindow({content: $l74384e28467d3ca601372dcac919e277});google.maps.event.addListener(m_74384e28467d3ca601372dcac919e277, 'click', function() {infowindow.open(map,m_74384e28467d3ca601372dcac919e277);});$marker.push(m_74384e28467d3ca601372dcac919e277);}});}google.maps.event.addDomListener(window, 'load', initialize);