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.8492,-106.156)};var g_725486cc2477697ef96038333cb6da32 = new google.maps.Geocoder();g_725486cc2477697ef96038333cb6da32.geocode( { 'address': "725 US Highway 24, Buena Vista, CO 81211"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('buena-vista-CO-colorado-east-bank-trust').style.display = '';map = new google.maps.Map(document.getElementById('buena-vista-CO-colorado-east-bank-trust'), mapOptions);}document.getElementById('e1615828').innerHTML += ' | View Map';var $l725486cc2477697ef96038333cb6da32 = '

Colorado East Bank & Trust

Address: 725 US Highway 24, Buena Vista, CO 81211
Phone: (719) 395-8648
';var m_725486cc2477697ef96038333cb6da32 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Colorado East Bank & Trust',});m_725486cc2477697ef96038333cb6da32['infowindow'] = new google.maps.InfoWindow({content: $l725486cc2477697ef96038333cb6da32});var infowindow = new google.maps.InfoWindow({content: $l725486cc2477697ef96038333cb6da32});google.maps.event.addListener(m_725486cc2477697ef96038333cb6da32, 'click', function() {infowindow.open(map,m_725486cc2477697ef96038333cb6da32);});$marker.push(m_725486cc2477697ef96038333cb6da32);}});}google.maps.event.addDomListener(window, 'load', initialize);