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.7542,-95.6247)};var g_d2482d6e6c246ec3d79bc0382677b5e9 = new google.maps.Geocoder();g_d2482d6e6c246ec3d79bc0382677b5e9.geocode( { 'address': "1575 Eldridge Pkwy, Houston, TX 77077, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('houston-TX-atm-bbva-compass').style.display = '';map = new google.maps.Map(document.getElementById('houston-TX-atm-bbva-compass'), mapOptions);}document.getElementById('1e321622').innerHTML += ' | View Map';var $ld2482d6e6c246ec3d79bc0382677b5e9 = '

(ATM) BBVA Compass

Address: 1575 Eldridge Pkwy, Houston, TX 77077, USA
Phone:
';var m_d2482d6e6c246ec3d79bc0382677b5e9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: '(ATM) BBVA Compass',});m_d2482d6e6c246ec3d79bc0382677b5e9['infowindow'] = new google.maps.InfoWindow({content: $ld2482d6e6c246ec3d79bc0382677b5e9});var infowindow = new google.maps.InfoWindow({content: $ld2482d6e6c246ec3d79bc0382677b5e9});google.maps.event.addListener(m_d2482d6e6c246ec3d79bc0382677b5e9, 'click', function() {infowindow.open(map,m_d2482d6e6c246ec3d79bc0382677b5e9);});$marker.push(m_d2482d6e6c246ec3d79bc0382677b5e9);}});}google.maps.event.addDomListener(window, 'load', initialize);