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_1c4333208a4354e2f29a78e1af4897cc = new google.maps.Geocoder();g_1c4333208a4354e2f29a78e1af4897cc.geocode( { 'address': "1 First National Pl, Angel Fire, NM 87710"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('angel-fire-NM-fnb-new-mexico').style.display = '';map = new google.maps.Map(document.getElementById('angel-fire-NM-fnb-new-mexico'), mapOptions);}document.getElementById('b1b72cb5').innerHTML += ' | View Map';var $l1c4333208a4354e2f29a78e1af4897cc = '

Fnb-New Mexico

Address: 1 First National Pl, Angel Fire, NM 87710
Phone: (575) 377-3077
';var m_1c4333208a4354e2f29a78e1af4897cc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Fnb-New Mexico',});m_1c4333208a4354e2f29a78e1af4897cc['infowindow'] = new google.maps.InfoWindow({content: $l1c4333208a4354e2f29a78e1af4897cc});var infowindow = new google.maps.InfoWindow({content: $l1c4333208a4354e2f29a78e1af4897cc});google.maps.event.addListener(m_1c4333208a4354e2f29a78e1af4897cc, 'click', function() {infowindow.open(map,m_1c4333208a4354e2f29a78e1af4897cc);});$marker.push(m_1c4333208a4354e2f29a78e1af4897cc);}});}google.maps.event.addDomListener(window, 'load', initialize);