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.9014,-105.959)};var g_b0650996a61e827b8fa24449436fae48 = new google.maps.Geocoder();g_b0650996a61e827b8fa24449436fae48.geocode( { 'address': "1109 N New York Ave, Alamogordo, NM 88310, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('alamogordo-NM-wells-fargo-bank').style.display = '';map = new google.maps.Map(document.getElementById('alamogordo-NM-wells-fargo-bank'), mapOptions);}document.getElementById('ef1eb65e').innerHTML += ' | View Map';var $lb0650996a61e827b8fa24449436fae48 = '

Wells Fargo Bank

Address: 1109 N New York Ave, Alamogordo, NM 88310, USA
Phone: (575) 434-8000
';var m_b0650996a61e827b8fa24449436fae48 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wells Fargo Bank',});m_b0650996a61e827b8fa24449436fae48['infowindow'] = new google.maps.InfoWindow({content: $lb0650996a61e827b8fa24449436fae48});var infowindow = new google.maps.InfoWindow({content: $lb0650996a61e827b8fa24449436fae48});google.maps.event.addListener(m_b0650996a61e827b8fa24449436fae48, 'click', function() {infowindow.open(map,m_b0650996a61e827b8fa24449436fae48);});$marker.push(m_b0650996a61e827b8fa24449436fae48);}});}google.maps.event.addDomListener(window, 'load', initialize);