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(40.4774,-106.845)};var g_edf264ad8b0200d9e3fd3ac19acbccf2 = new google.maps.Geocoder();g_edf264ad8b0200d9e3fd3ac19acbccf2.geocode( { 'address': "2201 Curve Plz, Steamboat Springs, CO 80487"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('steamboat-springs-CO-mountain-valley-bank').style.display = '';map = new google.maps.Map(document.getElementById('steamboat-springs-CO-mountain-valley-bank'), mapOptions);}document.getElementById('8537ff34').innerHTML += ' | View Map';var $ledf264ad8b0200d9e3fd3ac19acbccf2 = '

Mountain Valley Bank

Address: 2201 Curve Plz, Steamboat Springs, CO 80487
Phone: (970) 870-6550
';var m_edf264ad8b0200d9e3fd3ac19acbccf2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Mountain Valley Bank',});m_edf264ad8b0200d9e3fd3ac19acbccf2['infowindow'] = new google.maps.InfoWindow({content: $ledf264ad8b0200d9e3fd3ac19acbccf2});var infowindow = new google.maps.InfoWindow({content: $ledf264ad8b0200d9e3fd3ac19acbccf2});google.maps.event.addListener(m_edf264ad8b0200d9e3fd3ac19acbccf2, 'click', function() {infowindow.open(map,m_edf264ad8b0200d9e3fd3ac19acbccf2);});$marker.push(m_edf264ad8b0200d9e3fd3ac19acbccf2);}});}google.maps.event.addDomListener(window, 'load', initialize);