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.5107,-98.3896)};var g_a1471605ca31bec5bec78407ab993b08 = new google.maps.Geocoder();g_a1471605ca31bec5bec78407ab993b08.geocode( { 'address': "5101 E Walzem Rd, San Antonio, TX 78218, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('san-antonio-TX-bank-of-america-financial-center').style.display = '';map = new google.maps.Map(document.getElementById('san-antonio-TX-bank-of-america-financial-center'), mapOptions);}document.getElementById('abf4c18b').innerHTML += ' | View Map';var $la1471605ca31bec5bec78407ab993b08 = '

Bank of America Financial Center

Address: 5101 E Walzem Rd, San Antonio, TX 78218, USA
Phone: (210) 653-4330
';var m_a1471605ca31bec5bec78407ab993b08 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of America Financial Center',});m_a1471605ca31bec5bec78407ab993b08['infowindow'] = new google.maps.InfoWindow({content: $la1471605ca31bec5bec78407ab993b08});var infowindow = new google.maps.InfoWindow({content: $la1471605ca31bec5bec78407ab993b08});google.maps.event.addListener(m_a1471605ca31bec5bec78407ab993b08, 'click', function() {infowindow.open(map,m_a1471605ca31bec5bec78407ab993b08);});$marker.push(m_a1471605ca31bec5bec78407ab993b08);}});}google.maps.event.addDomListener(window, 'load', initialize);