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.6308,-96.0657)};var g_a1668ffc4a96b650355d86b7d70fe59a = new google.maps.Geocoder();g_a1668ffc4a96b650355d86b7d70fe59a.geocode( { 'address': "9212 TX-60, Wallis, TX 77485, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('wallis-TX-amegy-bank-of-texas').style.display = '';map = new google.maps.Map(document.getElementById('wallis-TX-amegy-bank-of-texas'), mapOptions);}document.getElementById('bb6bf852').innerHTML += ' | View Map';var $la1668ffc4a96b650355d86b7d70fe59a = '

Amegy Bank of Texas

Address: 9212 TX-60, Wallis, TX 77485, USA
Phone: (713) 235-8800
';var m_a1668ffc4a96b650355d86b7d70fe59a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Amegy Bank of Texas',});m_a1668ffc4a96b650355d86b7d70fe59a['infowindow'] = new google.maps.InfoWindow({content: $la1668ffc4a96b650355d86b7d70fe59a});var infowindow = new google.maps.InfoWindow({content: $la1668ffc4a96b650355d86b7d70fe59a});google.maps.event.addListener(m_a1668ffc4a96b650355d86b7d70fe59a, 'click', function() {infowindow.open(map,m_a1668ffc4a96b650355d86b7d70fe59a);});$marker.push(m_a1668ffc4a96b650355d86b7d70fe59a);}});}google.maps.event.addDomListener(window, 'load', initialize);