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.2852,-104.577)};var g_bd60b7054e3090a6a7b3fc94f4d9d17f = new google.maps.Geocoder();g_bd60b7054e3090a6a7b3fc94f4d9d17f.geocode( { 'address': "4040 W Northern Ave, Pueblo, CO 81005"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('pueblo-CO-vectra-bank-pueblo-south').style.display = '';map = new google.maps.Map(document.getElementById('pueblo-CO-vectra-bank-pueblo-south'), mapOptions);}document.getElementById('5a4c4a64').innerHTML += ' | View Map';var $lbd60b7054e3090a6a7b3fc94f4d9d17f = '

Vectra Bank - Pueblo South

Address: 4040 W Northern Ave, Pueblo, CO 81005
Phone: (719) 586-3115
';var m_bd60b7054e3090a6a7b3fc94f4d9d17f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Vectra Bank - Pueblo South',});m_bd60b7054e3090a6a7b3fc94f4d9d17f['infowindow'] = new google.maps.InfoWindow({content: $lbd60b7054e3090a6a7b3fc94f4d9d17f});var infowindow = new google.maps.InfoWindow({content: $lbd60b7054e3090a6a7b3fc94f4d9d17f});google.maps.event.addListener(m_bd60b7054e3090a6a7b3fc94f4d9d17f, 'click', function() {infowindow.open(map,m_bd60b7054e3090a6a7b3fc94f4d9d17f);});$marker.push(m_bd60b7054e3090a6a7b3fc94f4d9d17f);}});}google.maps.event.addDomListener(window, 'load', initialize);