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.6276,-95.6356)};var g_60c6413e69efc9f67452aca5925e6977 = new google.maps.Geocoder();g_60c6413e69efc9f67452aca5925e6977.geocode( { 'address': "14965 Southwest Fwy, Sugar Land, TX 77478"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sugar-land-TX-amegy-bank-of-texas').style.display = '';map = new google.maps.Map(document.getElementById('sugar-land-TX-amegy-bank-of-texas'), mapOptions);}document.getElementById('63f16f73').innerHTML += ' | View Map';var $l60c6413e69efc9f67452aca5925e6977 = '

Amegy Bank Of Texas

Address: 14965 Southwest Fwy, Sugar Land, TX 77478
Phone: (281) 494-3310
';var m_60c6413e69efc9f67452aca5925e6977 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Amegy Bank Of Texas',});m_60c6413e69efc9f67452aca5925e6977['infowindow'] = new google.maps.InfoWindow({content: $l60c6413e69efc9f67452aca5925e6977});var infowindow = new google.maps.InfoWindow({content: $l60c6413e69efc9f67452aca5925e6977});google.maps.event.addListener(m_60c6413e69efc9f67452aca5925e6977, 'click', function() {infowindow.open(map,m_60c6413e69efc9f67452aca5925e6977);});$marker.push(m_60c6413e69efc9f67452aca5925e6977);}});}google.maps.event.addDomListener(window, 'load', initialize);