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(33.1296,-107.253)};var g_5e97a7857f72e0bb970619e9480e2bfb = new google.maps.Geocoder();g_5e97a7857f72e0bb970619e9480e2bfb.geocode( { 'address': "210 Main Ave, Truth or Consequences, NM 87901, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('truth-or-consequences-NM-bbva-compass').style.display = '';map = new google.maps.Map(document.getElementById('truth-or-consequences-NM-bbva-compass'), mapOptions);}document.getElementById('d9d258e7').innerHTML += ' | View Map';var $l5e97a7857f72e0bb970619e9480e2bfb = '

BBVA Compass

Address: 210 Main Ave, Truth or Consequences, NM 87901, USA
Phone: (575) 894-3075
';var m_5e97a7857f72e0bb970619e9480e2bfb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BBVA Compass',});m_5e97a7857f72e0bb970619e9480e2bfb['infowindow'] = new google.maps.InfoWindow({content: $l5e97a7857f72e0bb970619e9480e2bfb});var infowindow = new google.maps.InfoWindow({content: $l5e97a7857f72e0bb970619e9480e2bfb});google.maps.event.addListener(m_5e97a7857f72e0bb970619e9480e2bfb, 'click', function() {infowindow.open(map,m_5e97a7857f72e0bb970619e9480e2bfb);});$marker.push(m_5e97a7857f72e0bb970619e9480e2bfb);}});}google.maps.event.addDomListener(window, 'load', initialize);