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(44.0172,-107.949)};var g_5304ad93308974792d14606fa241808b = new google.maps.Geocoder();g_5304ad93308974792d14606fa241808b.geocode( { 'address': "1429 Big Horn Ave, Worland, WY 82401, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('worland-WY-sunlight-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('worland-WY-sunlight-federal-credit-union'), mapOptions);}document.getElementById('745c67f7').innerHTML += ' | View Map';var $l5304ad93308974792d14606fa241808b = '

Sunlight Federal Credit Union

Address: 1429 Big Horn Ave, Worland, WY 82401, USA
Phone: (307) 347-8315
';var m_5304ad93308974792d14606fa241808b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Sunlight Federal Credit Union',});m_5304ad93308974792d14606fa241808b['infowindow'] = new google.maps.InfoWindow({content: $l5304ad93308974792d14606fa241808b});var infowindow = new google.maps.InfoWindow({content: $l5304ad93308974792d14606fa241808b});google.maps.event.addListener(m_5304ad93308974792d14606fa241808b, 'click', function() {infowindow.open(map,m_5304ad93308974792d14606fa241808b);});$marker.push(m_5304ad93308974792d14606fa241808b);}});}google.maps.event.addDomListener(window, 'load', initialize);