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.5159,-107.545)};var g_b8cd49eecd9cfca69f942e62a2325f2c = new google.maps.Geocoder();g_b8cd49eecd9cfca69f942e62a2325f2c.geocode( { 'address': "585 Tucker St, Craig, CO 81625, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('craig-CO-moffat-county-school-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('craig-CO-moffat-county-school-federal-credit-union'), mapOptions);}document.getElementById('d4f36546').innerHTML += ' | View Map';var $lb8cd49eecd9cfca69f942e62a2325f2c = '

Moffat County School Federal Credit Union

Address: 585 Tucker St, Craig, CO 81625, USA
Phone: (970) 824-7005
';var m_b8cd49eecd9cfca69f942e62a2325f2c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Moffat County School Federal Credit Union',});m_b8cd49eecd9cfca69f942e62a2325f2c['infowindow'] = new google.maps.InfoWindow({content: $lb8cd49eecd9cfca69f942e62a2325f2c});var infowindow = new google.maps.InfoWindow({content: $lb8cd49eecd9cfca69f942e62a2325f2c});google.maps.event.addListener(m_b8cd49eecd9cfca69f942e62a2325f2c, 'click', function() {infowindow.open(map,m_b8cd49eecd9cfca69f942e62a2325f2c);});$marker.push(m_b8cd49eecd9cfca69f942e62a2325f2c);}});}google.maps.event.addDomListener(window, 'load', initialize);