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.4672,-98.53)};var g_afd208b1d98bc70e0aedc93bb4371c14 = new google.maps.Geocoder();g_afd208b1d98bc70e0aedc93bb4371c14.geocode( { 'address': "19134 Stone Oak Pkwy, San Antonio, TX 78258"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('san-antonio-TX-amegy-bank').style.display = '';map = new google.maps.Map(document.getElementById('san-antonio-TX-amegy-bank'), mapOptions);}document.getElementById('09fa1a78').innerHTML += ' | View Map';var $lafd208b1d98bc70e0aedc93bb4371c14 = '

Amegy Bank

Address: 19134 Stone Oak Pkwy, San Antonio, TX 78258
Phone: (210) 343-4577
';var m_afd208b1d98bc70e0aedc93bb4371c14 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Amegy Bank',});m_afd208b1d98bc70e0aedc93bb4371c14['infowindow'] = new google.maps.InfoWindow({content: $lafd208b1d98bc70e0aedc93bb4371c14});var infowindow = new google.maps.InfoWindow({content: $lafd208b1d98bc70e0aedc93bb4371c14});google.maps.event.addListener(m_afd208b1d98bc70e0aedc93bb4371c14, 'click', function() {infowindow.open(map,m_afd208b1d98bc70e0aedc93bb4371c14);});$marker.push(m_afd208b1d98bc70e0aedc93bb4371c14);}});}google.maps.event.addDomListener(window, 'load', initialize);