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_79f93d49fc21735186d6e59d6880abd1 = new google.maps.Geocoder();g_79f93d49fc21735186d6e59d6880abd1.geocode( { 'address': "909 Fannin St, Houston, TX 77010"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('houston-TX-union-bank').style.display = '';map = new google.maps.Map(document.getElementById('houston-TX-union-bank'), mapOptions);}document.getElementById('80c19ee1').innerHTML += ' | View Map';var $l79f93d49fc21735186d6e59d6880abd1 = '

Union Bank

Address: 909 Fannin St, Houston, TX 77010
Phone: (713) 286-2960
';var m_79f93d49fc21735186d6e59d6880abd1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Union Bank',});m_79f93d49fc21735186d6e59d6880abd1['infowindow'] = new google.maps.InfoWindow({content: $l79f93d49fc21735186d6e59d6880abd1});var infowindow = new google.maps.InfoWindow({content: $l79f93d49fc21735186d6e59d6880abd1});google.maps.event.addListener(m_79f93d49fc21735186d6e59d6880abd1, 'click', function() {infowindow.open(map,m_79f93d49fc21735186d6e59d6880abd1);});$marker.push(m_79f93d49fc21735186d6e59d6880abd1);}});var g_df6f724373a1601bc3365fa80296a6eb = new google.maps.Geocoder();g_df6f724373a1601bc3365fa80296a6eb.geocode( { 'address': "1100 Louisiana St, Houston, TX 77002"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('houston-TX-union-bank').style.display = '';map = new google.maps.Map(document.getElementById('houston-TX-union-bank'), mapOptions);}document.getElementById('413768df').innerHTML += ' | View Map';var $ldf6f724373a1601bc3365fa80296a6eb = '

Union Bank

Address: 1100 Louisiana St, Houston, TX 77002
Phone: (832) 849-4500
';var m_df6f724373a1601bc3365fa80296a6eb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Union Bank',});m_df6f724373a1601bc3365fa80296a6eb['infowindow'] = new google.maps.InfoWindow({content: $ldf6f724373a1601bc3365fa80296a6eb});var infowindow = new google.maps.InfoWindow({content: $ldf6f724373a1601bc3365fa80296a6eb});google.maps.event.addListener(m_df6f724373a1601bc3365fa80296a6eb, 'click', function() {infowindow.open(map,m_df6f724373a1601bc3365fa80296a6eb);});$marker.push(m_df6f724373a1601bc3365fa80296a6eb);}});}google.maps.event.addDomListener(window, 'load', initialize);