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(39.6444,-106.596)};var g_808aaae062d3225e95f76a16916c159b = new google.maps.Geocoder();g_808aaae062d3225e95f76a16916c159b.geocode( { 'address': "105 Edwards Village Blvd, Edwards, CO 81632, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('edwards-CO-centennial-bank-and-trust').style.display = '';map = new google.maps.Map(document.getElementById('edwards-CO-centennial-bank-and-trust'), mapOptions);}document.getElementById('41c6fc9c').innerHTML += ' | View Map';var $l808aaae062d3225e95f76a16916c159b = '

Centennial Bank and Trust

Address: 105 Edwards Village Blvd, Edwards, CO 81632, USA
Phone: (970) 569-3633
';var m_808aaae062d3225e95f76a16916c159b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Centennial Bank and Trust',});m_808aaae062d3225e95f76a16916c159b['infowindow'] = new google.maps.InfoWindow({content: $l808aaae062d3225e95f76a16916c159b});var infowindow = new google.maps.InfoWindow({content: $l808aaae062d3225e95f76a16916c159b});google.maps.event.addListener(m_808aaae062d3225e95f76a16916c159b, 'click', function() {infowindow.open(map,m_808aaae062d3225e95f76a16916c159b);});$marker.push(m_808aaae062d3225e95f76a16916c159b);}});}google.maps.event.addDomListener(window, 'load', initialize);