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.0617,-105.879)};var g_b407fff41b00613d8582c235323ba451 = new google.maps.Geocoder();g_b407fff41b00613d8582c235323ba451.geocode( { 'address': "91 E Agate Ave, Granby, CO 80446"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('granby-CO-credit-union-of-the-rockies').style.display = '';map = new google.maps.Map(document.getElementById('granby-CO-credit-union-of-the-rockies'), mapOptions);}document.getElementById('37bcf561').innerHTML += ' | View Map';var $lb407fff41b00613d8582c235323ba451 = '

Credit Union of the Rockies

Address: 91 E Agate Ave, Granby, CO 80446
Phone: (970) 887-3878
';var m_b407fff41b00613d8582c235323ba451 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Credit Union of the Rockies',});m_b407fff41b00613d8582c235323ba451['infowindow'] = new google.maps.InfoWindow({content: $lb407fff41b00613d8582c235323ba451});var infowindow = new google.maps.InfoWindow({content: $lb407fff41b00613d8582c235323ba451});google.maps.event.addListener(m_b407fff41b00613d8582c235323ba451, 'click', function() {infowindow.open(map,m_b407fff41b00613d8582c235323ba451);});$marker.push(m_b407fff41b00613d8582c235323ba451);}});}google.maps.event.addDomListener(window, 'load', initialize);