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(31.8612,-106.642)};var g_95a84a6786a0889bd3b07636d5426d84 = new google.maps.Geocoder();g_95a84a6786a0889bd3b07636d5426d84.geocode( { 'address': "1245 Country Club Rd, Santa Teresa, NM 88008"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('santa-teresa-NM-bbva-compass').style.display = '';map = new google.maps.Map(document.getElementById('santa-teresa-NM-bbva-compass'), mapOptions);}document.getElementById('47faa65a').innerHTML += ' | View Map';var $l95a84a6786a0889bd3b07636d5426d84 = '

BBVA Compass

Address: 1245 Country Club Rd, Santa Teresa, NM 88008
Phone: (575) 589-7908
';var m_95a84a6786a0889bd3b07636d5426d84 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BBVA Compass',});m_95a84a6786a0889bd3b07636d5426d84['infowindow'] = new google.maps.InfoWindow({content: $l95a84a6786a0889bd3b07636d5426d84});var infowindow = new google.maps.InfoWindow({content: $l95a84a6786a0889bd3b07636d5426d84});google.maps.event.addListener(m_95a84a6786a0889bd3b07636d5426d84, 'click', function() {infowindow.open(map,m_95a84a6786a0889bd3b07636d5426d84);});$marker.push(m_95a84a6786a0889bd3b07636d5426d84);}});}google.maps.event.addDomListener(window, 'load', initialize);