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(32.9583,-105.745)};var g_9e8edaf54e374244f7a08a36ba74c5bb = new google.maps.Geocoder();g_9e8edaf54e374244f7a08a36ba74c5bb.geocode( { 'address': "301 Burro Ave, Cloudcroft, NM 88317, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cloudcroft-NM-first-national-bank-alamogordo').style.display = '';map = new google.maps.Map(document.getElementById('cloudcroft-NM-first-national-bank-alamogordo'), mapOptions);}document.getElementById('551cb70d').innerHTML += ' | View Map';var $l9e8edaf54e374244f7a08a36ba74c5bb = '

First National Bank-Alamogordo

Address: 301 Burro Ave, Cloudcroft, NM 88317, USA
Phone: (575) 682-2531
';var m_9e8edaf54e374244f7a08a36ba74c5bb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First National Bank-Alamogordo',});m_9e8edaf54e374244f7a08a36ba74c5bb['infowindow'] = new google.maps.InfoWindow({content: $l9e8edaf54e374244f7a08a36ba74c5bb});var infowindow = new google.maps.InfoWindow({content: $l9e8edaf54e374244f7a08a36ba74c5bb});google.maps.event.addListener(m_9e8edaf54e374244f7a08a36ba74c5bb, 'click', function() {infowindow.open(map,m_9e8edaf54e374244f7a08a36ba74c5bb);});$marker.push(m_9e8edaf54e374244f7a08a36ba74c5bb);}});}google.maps.event.addDomListener(window, 'load', initialize);