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(38.4467,-105.229)};var g_e08e920a24e64527aedc44265a28bd7f = new google.maps.Geocoder();g_e08e920a24e64527aedc44265a28bd7f.geocode( { 'address': "1401 Main St, Cañon City, CO 81212, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('canon-city-CO-pueblo-bank--trust-co').style.display = '';map = new google.maps.Map(document.getElementById('canon-city-CO-pueblo-bank--trust-co'), mapOptions);}document.getElementById('321cb26c').innerHTML += ' | View Map';var $le08e920a24e64527aedc44265a28bd7f = '

Pueblo Bank & Trust Co

Address: 1401 Main St, Cañon City, CO 81212, USA
Phone: (719) 269-9100
';var m_e08e920a24e64527aedc44265a28bd7f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Pueblo Bank & Trust Co',});m_e08e920a24e64527aedc44265a28bd7f['infowindow'] = new google.maps.InfoWindow({content: $le08e920a24e64527aedc44265a28bd7f});var infowindow = new google.maps.InfoWindow({content: $le08e920a24e64527aedc44265a28bd7f});google.maps.event.addListener(m_e08e920a24e64527aedc44265a28bd7f, 'click', function() {infowindow.open(map,m_e08e920a24e64527aedc44265a28bd7f);});$marker.push(m_e08e920a24e64527aedc44265a28bd7f);}});}google.maps.event.addDomListener(window, 'load', initialize);