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.9282,-105.091)};var g_408e9a2230d37f5dc50fe7c5a03322c1 = new google.maps.Geocoder();g_408e9a2230d37f5dc50fe7c5a03322c1.geocode( { 'address': "1990 W 10th Ave, Broomfield, CO 80020, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('broomfield-CO-vectra-bank---broomfield').style.display = '';map = new google.maps.Map(document.getElementById('broomfield-CO-vectra-bank---broomfield'), mapOptions);}document.getElementById('32496109').innerHTML += ' | View Map';var $l408e9a2230d37f5dc50fe7c5a03322c1 = '

Vectra Bank - Broomfield

Address: 1990 W 10th Ave, Broomfield, CO 80020, USA
Phone: (720) 947-8275
';var m_408e9a2230d37f5dc50fe7c5a03322c1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Vectra Bank - Broomfield',});m_408e9a2230d37f5dc50fe7c5a03322c1['infowindow'] = new google.maps.InfoWindow({content: $l408e9a2230d37f5dc50fe7c5a03322c1});var infowindow = new google.maps.InfoWindow({content: $l408e9a2230d37f5dc50fe7c5a03322c1});google.maps.event.addListener(m_408e9a2230d37f5dc50fe7c5a03322c1, 'click', function() {infowindow.open(map,m_408e9a2230d37f5dc50fe7c5a03322c1);});$marker.push(m_408e9a2230d37f5dc50fe7c5a03322c1);}});}google.maps.event.addDomListener(window, 'load', initialize);