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(26.1907,-98.1251)};var g_77b85e01775dc6e622b788dc82cd5cc1 = new google.maps.Geocoder();g_77b85e01775dc6e622b788dc82cd5cc1.geocode( { 'address': "1211 E Frontage Rd, Alamo, TX 78516, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('alamo-TX-bbva-compass-atm').style.display = '';map = new google.maps.Map(document.getElementById('alamo-TX-bbva-compass-atm'), mapOptions);}document.getElementById('b321fa0b').innerHTML += ' | View Map';var $l77b85e01775dc6e622b788dc82cd5cc1 = '

BBVA Compass ATM

Address: 1211 E Frontage Rd, Alamo, TX 78516, USA
Phone:
';var m_77b85e01775dc6e622b788dc82cd5cc1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BBVA Compass ATM',});m_77b85e01775dc6e622b788dc82cd5cc1['infowindow'] = new google.maps.InfoWindow({content: $l77b85e01775dc6e622b788dc82cd5cc1});var infowindow = new google.maps.InfoWindow({content: $l77b85e01775dc6e622b788dc82cd5cc1});google.maps.event.addListener(m_77b85e01775dc6e622b788dc82cd5cc1, 'click', function() {infowindow.open(map,m_77b85e01775dc6e622b788dc82cd5cc1);});$marker.push(m_77b85e01775dc6e622b788dc82cd5cc1);}});}google.maps.event.addDomListener(window, 'load', initialize);