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.3969,-104.698)};var g_5b8c502d6bcc52b81157c811bdb0c26f = new google.maps.Geocoder();g_5b8c502d6bcc52b81157c811bdb0c26f.geocode( { 'address': "2505 11th Ave, Greeley, CO 80631, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('greeley-CO-credit-union-of-colorado').style.display = '';map = new google.maps.Map(document.getElementById('greeley-CO-credit-union-of-colorado'), mapOptions);}document.getElementById('ca882c74').innerHTML += ' | View Map';var $l5b8c502d6bcc52b81157c811bdb0c26f = '

Credit Union of Colorado

Address: 2505 11th Ave, Greeley, CO 80631, USA
Phone: (970) 353-4819
';var m_5b8c502d6bcc52b81157c811bdb0c26f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Credit Union of Colorado',});m_5b8c502d6bcc52b81157c811bdb0c26f['infowindow'] = new google.maps.InfoWindow({content: $l5b8c502d6bcc52b81157c811bdb0c26f});var infowindow = new google.maps.InfoWindow({content: $l5b8c502d6bcc52b81157c811bdb0c26f});google.maps.event.addListener(m_5b8c502d6bcc52b81157c811bdb0c26f, 'click', function() {infowindow.open(map,m_5b8c502d6bcc52b81157c811bdb0c26f);});$marker.push(m_5b8c502d6bcc52b81157c811bdb0c26f);}});}google.maps.event.addDomListener(window, 'load', initialize);