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.9571,-107.914)};var g_52debcf2062897c067b0781c8e018a07 = new google.maps.Geocoder();g_52debcf2062897c067b0781c8e018a07.geocode( { 'address': "945 S Grand Mesa Dr, Cedaredge, CO 81413"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cedaredge-CO-montrose-bank').style.display = '';map = new google.maps.Map(document.getElementById('cedaredge-CO-montrose-bank'), mapOptions);}document.getElementById('c2acaae9').innerHTML += ' | View Map';var $l52debcf2062897c067b0781c8e018a07 = '

Montrose Bank

Address: 945 S Grand Mesa Dr, Cedaredge, CO 81413
Phone: (970) 856-8600
';var m_52debcf2062897c067b0781c8e018a07 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Montrose Bank',});m_52debcf2062897c067b0781c8e018a07['infowindow'] = new google.maps.InfoWindow({content: $l52debcf2062897c067b0781c8e018a07});var infowindow = new google.maps.InfoWindow({content: $l52debcf2062897c067b0781c8e018a07});google.maps.event.addListener(m_52debcf2062897c067b0781c8e018a07, 'click', function() {infowindow.open(map,m_52debcf2062897c067b0781c8e018a07);});$marker.push(m_52debcf2062897c067b0781c8e018a07);}});}google.maps.event.addDomListener(window, 'load', initialize);