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.1739,-104.513)};var g_d5bd986636332883a304817d2d014a25 = new google.maps.Geocoder();g_d5bd986636332883a304817d2d014a25.geocode( { 'address': "100 E Main St, Trinidad, CO 81082"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('trinidad-CO-first-national-bank-in-trinidad').style.display = '';map = new google.maps.Map(document.getElementById('trinidad-CO-first-national-bank-in-trinidad'), mapOptions);}document.getElementById('8c41c397').innerHTML += ' | View Map';var $ld5bd986636332883a304817d2d014a25 = '

First National Bank In Trinidad

Address: 100 E Main St, Trinidad, CO 81082
Phone: (719) 846-9881
';var m_d5bd986636332883a304817d2d014a25 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First National Bank In Trinidad',});m_d5bd986636332883a304817d2d014a25['infowindow'] = new google.maps.InfoWindow({content: $ld5bd986636332883a304817d2d014a25});var infowindow = new google.maps.InfoWindow({content: $ld5bd986636332883a304817d2d014a25});google.maps.event.addListener(m_d5bd986636332883a304817d2d014a25, 'click', function() {infowindow.open(map,m_d5bd986636332883a304817d2d014a25);});$marker.push(m_d5bd986636332883a304817d2d014a25);}});}google.maps.event.addDomListener(window, 'load', initialize);