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.8117,-107.664)};var g_20a8571b66205bd36a898172ae082c53 = new google.maps.Geocoder();g_20a8571b66205bd36a898172ae082c53.geocode( { 'address': "1202 Greene St, Silverton, CO 81433, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('silverton-CO-citizens-state-bank-of-ouray').style.display = '';map = new google.maps.Map(document.getElementById('silverton-CO-citizens-state-bank-of-ouray'), mapOptions);}document.getElementById('b7263584').innerHTML += ' | View Map';var $l20a8571b66205bd36a898172ae082c53 = '

Citizens State Bank of Ouray

Address: 1202 Greene St, Silverton, CO 81433, USA
Phone: (970) 387-5502
';var m_20a8571b66205bd36a898172ae082c53 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens State Bank of Ouray',});m_20a8571b66205bd36a898172ae082c53['infowindow'] = new google.maps.InfoWindow({content: $l20a8571b66205bd36a898172ae082c53});var infowindow = new google.maps.InfoWindow({content: $l20a8571b66205bd36a898172ae082c53});google.maps.event.addListener(m_20a8571b66205bd36a898172ae082c53, 'click', function() {infowindow.open(map,m_20a8571b66205bd36a898172ae082c53);});$marker.push(m_20a8571b66205bd36a898172ae082c53);}});}google.maps.event.addDomListener(window, 'load', initialize);