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(36.4517,-103.18)};var g_0803fdc7485291fa8998c4574707521c = new google.maps.Geocoder();g_0803fdc7485291fa8998c4574707521c.geocode( { 'address': "201 Main St, Clayton, NM 88415"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('clayton-NM-first-national-bank-new-mexico').style.display = '';map = new google.maps.Map(document.getElementById('clayton-NM-first-national-bank-new-mexico'), mapOptions);}document.getElementById('7e011118').innerHTML += ' | View Map';var $l0803fdc7485291fa8998c4574707521c = '

First National Bank-New Mexico

Address: 201 Main St, Clayton, NM 88415
Phone: (575) 374-8315
';var m_0803fdc7485291fa8998c4574707521c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First National Bank-New Mexico',});m_0803fdc7485291fa8998c4574707521c['infowindow'] = new google.maps.InfoWindow({content: $l0803fdc7485291fa8998c4574707521c});var infowindow = new google.maps.InfoWindow({content: $l0803fdc7485291fa8998c4574707521c});google.maps.event.addListener(m_0803fdc7485291fa8998c4574707521c, 'click', function() {infowindow.open(map,m_0803fdc7485291fa8998c4574707521c);});$marker.push(m_0803fdc7485291fa8998c4574707521c);}});}google.maps.event.addDomListener(window, 'load', initialize);