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.1583,-108.734)};var g_ccc863f174148435779beb70c4596f46 = new google.maps.Geocoder();g_ccc863f174148435779beb70c4596f46.geocode( { 'address': "138 S Park Square # 103, Fruita, CO 81521, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fruita-CO-coloramo-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('fruita-CO-coloramo-federal-credit-union'), mapOptions);}document.getElementById('3a53897d').innerHTML += ' | View Map';var $lccc863f174148435779beb70c4596f46 = '

Coloramo Federal Credit Union

Address: 138 S Park Square # 103, Fruita, CO 81521, USA
Phone: (970) 243-7280
';var m_ccc863f174148435779beb70c4596f46 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Coloramo Federal Credit Union',});m_ccc863f174148435779beb70c4596f46['infowindow'] = new google.maps.InfoWindow({content: $lccc863f174148435779beb70c4596f46});var infowindow = new google.maps.InfoWindow({content: $lccc863f174148435779beb70c4596f46});google.maps.event.addListener(m_ccc863f174148435779beb70c4596f46, 'click', function() {infowindow.open(map,m_ccc863f174148435779beb70c4596f46);});$marker.push(m_ccc863f174148435779beb70c4596f46);}});}google.maps.event.addDomListener(window, 'load', initialize);