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(36.393,-105.284)};var g_d6ccff407607d84b36647df517fae7ff = new google.maps.Geocoder();g_d6ccff407607d84b36647df517fae7ff.geocode( { 'address': "13 Halo Pines Ter, Angel Fire, NM 87710"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('angel-fire-NM-first-nat-l-bank-of-new-mexico').style.display = '';map = new google.maps.Map(document.getElementById('angel-fire-NM-first-nat-l-bank-of-new-mexico'), mapOptions);}document.getElementById('297504d5').innerHTML += ' | View Map';var $ld6ccff407607d84b36647df517fae7ff = '

First Nat'l Bank of New Mexico

Address: 13 Halo Pines Ter, Angel Fire, NM 87710
Phone: (575) 377-3077
';var m_d6ccff407607d84b36647df517fae7ff = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Nat'l Bank of New Mexico',});m_d6ccff407607d84b36647df517fae7ff['infowindow'] = new google.maps.InfoWindow({content: $ld6ccff407607d84b36647df517fae7ff});var infowindow = new google.maps.InfoWindow({content: $ld6ccff407607d84b36647df517fae7ff});google.maps.event.addListener(m_d6ccff407607d84b36647df517fae7ff, 'click', function() {infowindow.open(map,m_d6ccff407607d84b36647df517fae7ff);});$marker.push(m_d6ccff407607d84b36647df517fae7ff);}});}google.maps.event.addDomListener(window, 'load', initialize);