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.3081,-104.625)};var g_cb606622b86a18158fc6da2293449278 = new google.maps.Geocoder();g_cb606622b86a18158fc6da2293449278.geocode( { 'address': "1250 US-50, Pueblo, CO 81008, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('pueblo-CO-vectra-bank---pueblo-north').style.display = '';map = new google.maps.Map(document.getElementById('pueblo-CO-vectra-bank---pueblo-north'), mapOptions);}document.getElementById('4a91e2fe').innerHTML += ' | View Map';var $lcb606622b86a18158fc6da2293449278 = '

Vectra Bank - Pueblo North

Address: 1250 US-50, Pueblo, CO 81008, USA
Phone: (719) 549-6019
';var m_cb606622b86a18158fc6da2293449278 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Vectra Bank - Pueblo North',});m_cb606622b86a18158fc6da2293449278['infowindow'] = new google.maps.InfoWindow({content: $lcb606622b86a18158fc6da2293449278});var infowindow = new google.maps.InfoWindow({content: $lcb606622b86a18158fc6da2293449278});google.maps.event.addListener(m_cb606622b86a18158fc6da2293449278, 'click', function() {infowindow.open(map,m_cb606622b86a18158fc6da2293449278);});$marker.push(m_cb606622b86a18158fc6da2293449278);}});}google.maps.event.addDomListener(window, 'load', initialize);