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.6955,-105.084)};var g_251b44a9a8eb5bc3ce770290bc8609dd = new google.maps.Geocoder();g_251b44a9a8eb5bc3ce770290bc8609dd.geocode( { 'address': "3600 Quebec St, Denver, CO 80207"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('denver-CO-vectra-bank-quebec-square').style.display = '';map = new google.maps.Map(document.getElementById('denver-CO-vectra-bank-quebec-square'), mapOptions);}document.getElementById('15af2eb9').innerHTML += ' | View Map';var $l251b44a9a8eb5bc3ce770290bc8609dd = '

Vectra Bank - Quebec Square

Address: 3600 Quebec St, Denver, CO 80207
Phone: (720) 947-8250
';var m_251b44a9a8eb5bc3ce770290bc8609dd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Vectra Bank - Quebec Square',});m_251b44a9a8eb5bc3ce770290bc8609dd['infowindow'] = new google.maps.InfoWindow({content: $l251b44a9a8eb5bc3ce770290bc8609dd});var infowindow = new google.maps.InfoWindow({content: $l251b44a9a8eb5bc3ce770290bc8609dd});google.maps.event.addListener(m_251b44a9a8eb5bc3ce770290bc8609dd, 'click', function() {infowindow.open(map,m_251b44a9a8eb5bc3ce770290bc8609dd);});$marker.push(m_251b44a9a8eb5bc3ce770290bc8609dd);}});}google.maps.event.addDomListener(window, 'load', initialize);