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.6313,-106.522)};var g_ad2dcae9be660d45d06b54112d554ce9 = new google.maps.Geocoder();g_ad2dcae9be660d45d06b54112d554ce9.geocode( { 'address': "70 W Benchmark Rd, Avon, CO 81620"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('avon-CO-community-banks-of-colorado').style.display = '';map = new google.maps.Map(document.getElementById('avon-CO-community-banks-of-colorado'), mapOptions);}document.getElementById('6347becf').innerHTML += ' | View Map';var $lad2dcae9be660d45d06b54112d554ce9 = '

Community Banks of Colorado

Address: 70 W Benchmark Rd, Avon, CO 81620
Phone: (970) 748-9309
';var m_ad2dcae9be660d45d06b54112d554ce9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Community Banks of Colorado',});m_ad2dcae9be660d45d06b54112d554ce9['infowindow'] = new google.maps.InfoWindow({content: $lad2dcae9be660d45d06b54112d554ce9});var infowindow = new google.maps.InfoWindow({content: $lad2dcae9be660d45d06b54112d554ce9});google.maps.event.addListener(m_ad2dcae9be660d45d06b54112d554ce9, 'click', function() {infowindow.open(map,m_ad2dcae9be660d45d06b54112d554ce9);});$marker.push(m_ad2dcae9be660d45d06b54112d554ce9);}});}google.maps.event.addDomListener(window, 'load', initialize);