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.7507,-105.216)};var g_a019af77fec797e53a29ce057455df30 = new google.maps.Geocoder();g_a019af77fec797e53a29ce057455df30.geocode( { 'address': "1800 Jackson St, Golden, CO 80401, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('golden-CO-credit-union-of-colorado').style.display = '';map = new google.maps.Map(document.getElementById('golden-CO-credit-union-of-colorado'), mapOptions);}document.getElementById('b265be1e').innerHTML += ' | View Map';var $la019af77fec797e53a29ce057455df30 = '

Credit Union of Colorado

Address: 1800 Jackson St, Golden, CO 80401, USA
Phone: (303) 832-4816
';var m_a019af77fec797e53a29ce057455df30 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Credit Union of Colorado',});m_a019af77fec797e53a29ce057455df30['infowindow'] = new google.maps.InfoWindow({content: $la019af77fec797e53a29ce057455df30});var infowindow = new google.maps.InfoWindow({content: $la019af77fec797e53a29ce057455df30});google.maps.event.addListener(m_a019af77fec797e53a29ce057455df30, 'click', function() {infowindow.open(map,m_a019af77fec797e53a29ce057455df30);});$marker.push(m_a019af77fec797e53a29ce057455df30);}});}google.maps.event.addDomListener(window, 'load', initialize);