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.9276,-95.409)};var g_58613ecb46a8ef282510edba7a038368 = new google.maps.Geocoder();g_58613ecb46a8ef282510edba7a038368.geocode( { 'address': "11830 Airline Dr, Houston, TX 77037, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('houston-TX-bbva-compass-atm').style.display = '';map = new google.maps.Map(document.getElementById('houston-TX-bbva-compass-atm'), mapOptions);}document.getElementById('9b520387').innerHTML += ' | View Map';var $l58613ecb46a8ef282510edba7a038368 = '

BBVA Compass ATM

Address: 11830 Airline Dr, Houston, TX 77037, USA
Phone:
';var m_58613ecb46a8ef282510edba7a038368 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BBVA Compass ATM',});m_58613ecb46a8ef282510edba7a038368['infowindow'] = new google.maps.InfoWindow({content: $l58613ecb46a8ef282510edba7a038368});var infowindow = new google.maps.InfoWindow({content: $l58613ecb46a8ef282510edba7a038368});google.maps.event.addListener(m_58613ecb46a8ef282510edba7a038368, 'click', function() {infowindow.open(map,m_58613ecb46a8ef282510edba7a038368);});$marker.push(m_58613ecb46a8ef282510edba7a038368);}});}google.maps.event.addDomListener(window, 'load', initialize);