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.8441,-104.403)};var g_f883efa939f99393125a4a8ebb2e5ba3 = new google.maps.Geocoder();g_f883efa939f99393125a4a8ebb2e5ba3.geocode( { 'address': "210 N 5th St, Artesia, NM 88210, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('artesia-NM-artesia-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('artesia-NM-artesia-credit-union'), mapOptions);}document.getElementById('454e037f').innerHTML += ' | View Map';var $lf883efa939f99393125a4a8ebb2e5ba3 = '

Artesia Credit Union

Address: 210 N 5th St, Artesia, NM 88210, USA
Phone: (575) 748-9779
';var m_f883efa939f99393125a4a8ebb2e5ba3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Artesia Credit Union',});m_f883efa939f99393125a4a8ebb2e5ba3['infowindow'] = new google.maps.InfoWindow({content: $lf883efa939f99393125a4a8ebb2e5ba3});var infowindow = new google.maps.InfoWindow({content: $lf883efa939f99393125a4a8ebb2e5ba3});google.maps.event.addListener(m_f883efa939f99393125a4a8ebb2e5ba3, 'click', function() {infowindow.open(map,m_f883efa939f99393125a4a8ebb2e5ba3);});$marker.push(m_f883efa939f99393125a4a8ebb2e5ba3);}});}google.maps.event.addDomListener(window, 'load', initialize);