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.8352,-104.414)};var g_0bd1cce5c59b8d2ac79a613bc71209e2 = new google.maps.Geocoder();g_0bd1cce5c59b8d2ac79a613bc71209e2.geocode( { 'address': "303 W Main St, Artesia, NM 88210"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('artesia-NM-first-national-bank-in-artesia').style.display = '';map = new google.maps.Map(document.getElementById('artesia-NM-first-national-bank-in-artesia'), mapOptions);}document.getElementById('a61054d8').innerHTML += ' | View Map';var $l0bd1cce5c59b8d2ac79a613bc71209e2 = '

First National Bank In Artesia

Address: 303 W Main St, Artesia, NM 88210
Phone: (575) 746-8000
';var m_0bd1cce5c59b8d2ac79a613bc71209e2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First National Bank In Artesia',});m_0bd1cce5c59b8d2ac79a613bc71209e2['infowindow'] = new google.maps.InfoWindow({content: $l0bd1cce5c59b8d2ac79a613bc71209e2});var infowindow = new google.maps.InfoWindow({content: $l0bd1cce5c59b8d2ac79a613bc71209e2});google.maps.event.addListener(m_0bd1cce5c59b8d2ac79a613bc71209e2, 'click', function() {infowindow.open(map,m_0bd1cce5c59b8d2ac79a613bc71209e2);});$marker.push(m_0bd1cce5c59b8d2ac79a613bc71209e2);}});}google.maps.event.addDomListener(window, 'load', initialize);