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(27.6786,-97.3689)};var g_87fd9dd52429b487a575115761e900a6 = new google.maps.Geocoder();g_87fd9dd52429b487a575115761e900a6.geocode( { 'address': "6302 Saratoga Blvd, Corpus Christi, TX 78414, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('corpus-christi-TX-bbva-compass-atm').style.display = '';map = new google.maps.Map(document.getElementById('corpus-christi-TX-bbva-compass-atm'), mapOptions);}document.getElementById('d0fdddf6').innerHTML += ' | View Map';var $l87fd9dd52429b487a575115761e900a6 = '

BBVA Compass ATM

Address: 6302 Saratoga Blvd, Corpus Christi, TX 78414, USA
Phone:
';var m_87fd9dd52429b487a575115761e900a6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BBVA Compass ATM',});m_87fd9dd52429b487a575115761e900a6['infowindow'] = new google.maps.InfoWindow({content: $l87fd9dd52429b487a575115761e900a6});var infowindow = new google.maps.InfoWindow({content: $l87fd9dd52429b487a575115761e900a6});google.maps.event.addListener(m_87fd9dd52429b487a575115761e900a6, 'click', function() {infowindow.open(map,m_87fd9dd52429b487a575115761e900a6);});$marker.push(m_87fd9dd52429b487a575115761e900a6);}});}google.maps.event.addDomListener(window, 'load', initialize);