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.8426,-104.404)};var g_ebb7d64e50227688eab3eb0848c5f867 = new google.maps.Geocoder();g_ebb7d64e50227688eab3eb0848c5f867.geocode( { 'address': "610 W Main St, Artesia, NM 88210, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('artesia-NM-wells-fargo-bank').style.display = '';map = new google.maps.Map(document.getElementById('artesia-NM-wells-fargo-bank'), mapOptions);}document.getElementById('ffb8bb10').innerHTML += ' | View Map';var $lebb7d64e50227688eab3eb0848c5f867 = '

Wells Fargo Bank

Address: 610 W Main St, Artesia, NM 88210, USA
Phone: (575) 748-3381
';var m_ebb7d64e50227688eab3eb0848c5f867 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wells Fargo Bank',});m_ebb7d64e50227688eab3eb0848c5f867['infowindow'] = new google.maps.InfoWindow({content: $lebb7d64e50227688eab3eb0848c5f867});var infowindow = new google.maps.InfoWindow({content: $lebb7d64e50227688eab3eb0848c5f867});google.maps.event.addListener(m_ebb7d64e50227688eab3eb0848c5f867, 'click', function() {infowindow.open(map,m_ebb7d64e50227688eab3eb0848c5f867);});$marker.push(m_ebb7d64e50227688eab3eb0848c5f867);}});}google.maps.event.addDomListener(window, 'load', initialize);