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.9857,-103.542)};var g_f3a48c910e3b8e711f66526ef5a1073b = new google.maps.Geocoder();g_f3a48c910e3b8e711f66526ef5a1073b.geocode( { 'address': "301 Colorado Ave, La Junta, CO 81050, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('la-junta-CO-colorado-bank--trust').style.display = '';map = new google.maps.Map(document.getElementById('la-junta-CO-colorado-bank--trust'), mapOptions);}document.getElementById('2256d875').innerHTML += ' | View Map';var $lf3a48c910e3b8e711f66526ef5a1073b = '

Colorado Bank & Trust

Address: 301 Colorado Ave, La Junta, CO 81050, USA
Phone: (719) 384-8131
';var m_f3a48c910e3b8e711f66526ef5a1073b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Colorado Bank & Trust',});m_f3a48c910e3b8e711f66526ef5a1073b['infowindow'] = new google.maps.InfoWindow({content: $lf3a48c910e3b8e711f66526ef5a1073b});var infowindow = new google.maps.InfoWindow({content: $lf3a48c910e3b8e711f66526ef5a1073b});google.maps.event.addListener(m_f3a48c910e3b8e711f66526ef5a1073b, 'click', function() {infowindow.open(map,m_f3a48c910e3b8e711f66526ef5a1073b);});$marker.push(m_f3a48c910e3b8e711f66526ef5a1073b);}});}google.maps.event.addDomListener(window, 'load', initialize);