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.0763,-108.541)};var g_8946bcfa24c7b542b83f9150e3cc7b32 = new google.maps.Geocoder();g_8946bcfa24c7b542b83f9150e3cc7b32.geocode( { 'address': "2121 North Ave # 5, Grand Junction, CO 81501, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('grand-junction-CO-rio-grande-fcu').style.display = '';map = new google.maps.Map(document.getElementById('grand-junction-CO-rio-grande-fcu'), mapOptions);}document.getElementById('1172194a').innerHTML += ' | View Map';var $l8946bcfa24c7b542b83f9150e3cc7b32 = '

Rio Grande FCU

Address: 2121 North Ave # 5, Grand Junction, CO 81501, USA
Phone: (970) 243-3242
';var m_8946bcfa24c7b542b83f9150e3cc7b32 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Rio Grande FCU',});m_8946bcfa24c7b542b83f9150e3cc7b32['infowindow'] = new google.maps.InfoWindow({content: $l8946bcfa24c7b542b83f9150e3cc7b32});var infowindow = new google.maps.InfoWindow({content: $l8946bcfa24c7b542b83f9150e3cc7b32});google.maps.event.addListener(m_8946bcfa24c7b542b83f9150e3cc7b32, 'click', function() {infowindow.open(map,m_8946bcfa24c7b542b83f9150e3cc7b32);});$marker.push(m_8946bcfa24c7b542b83f9150e3cc7b32);}});}google.maps.event.addDomListener(window, 'load', initialize);