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.3252,-105.62)};var g_b9c02265372b8bd5fc0d2cf6a2cc751f = new google.maps.Geocoder();g_b9c02265372b8bd5fc0d2cf6a2cc751f.geocode( { 'address': "26144 US Highway 70 E, Ruidoso Downs, NM 88346"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ruidoso-downs-NM-bbva-compass').style.display = '';map = new google.maps.Map(document.getElementById('ruidoso-downs-NM-bbva-compass'), mapOptions);}document.getElementById('ed697081').innerHTML += ' | View Map';var $lb9c02265372b8bd5fc0d2cf6a2cc751f = '

BBVA Compass

Address: 26144 US Highway 70 E, Ruidoso Downs, NM 88346
Phone: (575) 378-2215
';var m_b9c02265372b8bd5fc0d2cf6a2cc751f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BBVA Compass',});m_b9c02265372b8bd5fc0d2cf6a2cc751f['infowindow'] = new google.maps.InfoWindow({content: $lb9c02265372b8bd5fc0d2cf6a2cc751f});var infowindow = new google.maps.InfoWindow({content: $lb9c02265372b8bd5fc0d2cf6a2cc751f});google.maps.event.addListener(m_b9c02265372b8bd5fc0d2cf6a2cc751f, 'click', function() {infowindow.open(map,m_b9c02265372b8bd5fc0d2cf6a2cc751f);});$marker.push(m_b9c02265372b8bd5fc0d2cf6a2cc751f);}});}google.maps.event.addDomListener(window, 'load', initialize);