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.3199,-104.619)};var g_5baec7fe4152b8a8907a0149656db662 = new google.maps.Geocoder();g_5baec7fe4152b8a8907a0149656db662.geocode( { 'address': "700 Eagleridge Blvd, Pueblo, CO 81008, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('pueblo-CO-sun-west-educational-cu').style.display = '';map = new google.maps.Map(document.getElementById('pueblo-CO-sun-west-educational-cu'), mapOptions);}document.getElementById('b1a73a60').innerHTML += ' | View Map';var $l5baec7fe4152b8a8907a0149656db662 = '

Sun West Educational CU

Address: 700 Eagleridge Blvd, Pueblo, CO 81008, USA
Phone: (719) 561-0804
';var m_5baec7fe4152b8a8907a0149656db662 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Sun West Educational CU',});m_5baec7fe4152b8a8907a0149656db662['infowindow'] = new google.maps.InfoWindow({content: $l5baec7fe4152b8a8907a0149656db662});var infowindow = new google.maps.InfoWindow({content: $l5baec7fe4152b8a8907a0149656db662});google.maps.event.addListener(m_5baec7fe4152b8a8907a0149656db662, 'click', function() {infowindow.open(map,m_5baec7fe4152b8a8907a0149656db662);});$marker.push(m_5baec7fe4152b8a8907a0149656db662);}});}google.maps.event.addDomListener(window, 'load', initialize);