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.412,-107.863)};var g_88740a52f7e363d7b95594889e9e8fb2 = new google.maps.Geocoder();g_88740a52f7e363d7b95594889e9e8fb2.geocode( { 'address': "1200 S Townsend Ave, Montrose, CO 81401"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('montrose-CO-vectra-bank-montrose').style.display = '';map = new google.maps.Map(document.getElementById('montrose-CO-vectra-bank-montrose'), mapOptions);}document.getElementById('5051aebb').innerHTML += ' | View Map';var $l88740a52f7e363d7b95594889e9e8fb2 = '

Vectra Bank - Montrose

Address: 1200 S Townsend Ave, Montrose, CO 81401
Phone: (970) 249-6635
';var m_88740a52f7e363d7b95594889e9e8fb2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Vectra Bank - Montrose',});m_88740a52f7e363d7b95594889e9e8fb2['infowindow'] = new google.maps.InfoWindow({content: $l88740a52f7e363d7b95594889e9e8fb2});var infowindow = new google.maps.InfoWindow({content: $l88740a52f7e363d7b95594889e9e8fb2});google.maps.event.addListener(m_88740a52f7e363d7b95594889e9e8fb2, 'click', function() {infowindow.open(map,m_88740a52f7e363d7b95594889e9e8fb2);});$marker.push(m_88740a52f7e363d7b95594889e9e8fb2);}});}google.maps.event.addDomListener(window, 'load', initialize);