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(37.6172,-104.817)};var g_66768e0e15536977dee85c79af296f69 = new google.maps.Geocoder();g_66768e0e15536977dee85c79af296f69.geocode( { 'address': "135 W 6th St, Walsenburg, CO 81089"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('walsenburg-CO-the-first-national-bank-in-trinidad').style.display = '';map = new google.maps.Map(document.getElementById('walsenburg-CO-the-first-national-bank-in-trinidad'), mapOptions);}document.getElementById('6399d0af').innerHTML += ' | View Map';var $l66768e0e15536977dee85c79af296f69 = '

The First National Bank In Trinidad

Address: 135 W 6th St, Walsenburg, CO 81089
Phone: (719) 846-8587
';var m_66768e0e15536977dee85c79af296f69 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'The First National Bank In Trinidad',});m_66768e0e15536977dee85c79af296f69['infowindow'] = new google.maps.InfoWindow({content: $l66768e0e15536977dee85c79af296f69});var infowindow = new google.maps.InfoWindow({content: $l66768e0e15536977dee85c79af296f69});google.maps.event.addListener(m_66768e0e15536977dee85c79af296f69, 'click', function() {infowindow.open(map,m_66768e0e15536977dee85c79af296f69);});$marker.push(m_66768e0e15536977dee85c79af296f69);}});}google.maps.event.addDomListener(window, 'load', initialize);