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.8706,-104.649)};var g_9884c479cff91d0024d9ab7e95e3993e = new google.maps.Geocoder();g_9884c479cff91d0024d9ab7e95e3993e.geocode( { 'address': "1247 S 2nd St, Raton, NM 87740"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('raton-NM-first-national-bank-trinidad').style.display = '';map = new google.maps.Map(document.getElementById('raton-NM-first-national-bank-trinidad'), mapOptions);}document.getElementById('80bf31aa').innerHTML += ' | View Map';var $l9884c479cff91d0024d9ab7e95e3993e = '

First National Bank-Trinidad

Address: 1247 S 2nd St, Raton, NM 87740
Phone: (575) 445-7123
';var m_9884c479cff91d0024d9ab7e95e3993e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First National Bank-Trinidad',});m_9884c479cff91d0024d9ab7e95e3993e['infowindow'] = new google.maps.InfoWindow({content: $l9884c479cff91d0024d9ab7e95e3993e});var infowindow = new google.maps.InfoWindow({content: $l9884c479cff91d0024d9ab7e95e3993e});google.maps.event.addListener(m_9884c479cff91d0024d9ab7e95e3993e, 'click', function() {infowindow.open(map,m_9884c479cff91d0024d9ab7e95e3993e);});$marker.push(m_9884c479cff91d0024d9ab7e95e3993e);}});}google.maps.event.addDomListener(window, 'load', initialize);