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_55fa53f0739366daf3bb884c63ba887c = new google.maps.Geocoder();g_55fa53f0739366daf3bb884c63ba887c.geocode( { 'address': "660 N Main Ave, San Antonio, TX 78205"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('san-antonio-TX-bbba-compass-bank').style.display = '';map = new google.maps.Map(document.getElementById('san-antonio-TX-bbba-compass-bank'), mapOptions);}document.getElementById('45afbd68').innerHTML += ' | View Map';var $l55fa53f0739366daf3bb884c63ba887c = '

Bbba Compass Bank

Address: 660 N Main Ave, San Antonio, TX 78205
Phone: (210) 592-5570
';var m_55fa53f0739366daf3bb884c63ba887c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bbba Compass Bank',});m_55fa53f0739366daf3bb884c63ba887c['infowindow'] = new google.maps.InfoWindow({content: $l55fa53f0739366daf3bb884c63ba887c});var infowindow = new google.maps.InfoWindow({content: $l55fa53f0739366daf3bb884c63ba887c});google.maps.event.addListener(m_55fa53f0739366daf3bb884c63ba887c, 'click', function() {infowindow.open(map,m_55fa53f0739366daf3bb884c63ba887c);});$marker.push(m_55fa53f0739366daf3bb884c63ba887c);}});}google.maps.event.addDomListener(window, 'load', initialize);