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.1442,-105.126)};var g_566943b3e5655f5a5d911b27160eb52d = new google.maps.Geocoder();g_566943b3e5655f5a5d911b27160eb52d.geocode( { 'address': "2011 Ken Pratt Blvd, Longmont, CO 80501, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('longmont-CO-vectra-bank---longmont').style.display = '';map = new google.maps.Map(document.getElementById('longmont-CO-vectra-bank---longmont'), mapOptions);}document.getElementById('ce60721e').innerHTML += ' | View Map';var $l566943b3e5655f5a5d911b27160eb52d = '

Vectra Bank - Longmont

Address: 2011 Ken Pratt Blvd, Longmont, CO 80501, USA
Phone: (720) 947-8470
';var m_566943b3e5655f5a5d911b27160eb52d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Vectra Bank - Longmont',});m_566943b3e5655f5a5d911b27160eb52d['infowindow'] = new google.maps.InfoWindow({content: $l566943b3e5655f5a5d911b27160eb52d});var infowindow = new google.maps.InfoWindow({content: $l566943b3e5655f5a5d911b27160eb52d});google.maps.event.addListener(m_566943b3e5655f5a5d911b27160eb52d, 'click', function() {infowindow.open(map,m_566943b3e5655f5a5d911b27160eb52d);});$marker.push(m_566943b3e5655f5a5d911b27160eb52d);}});}google.maps.event.addDomListener(window, 'load', initialize);