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(42.8317,-105.843)};var g_f4043ce0a00391ff434a390f1faadf86 = new google.maps.Geocoder();g_f4043ce0a00391ff434a390f1faadf86.geocode( { 'address': "321 W Birch St, Glenrock, WY 82637"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('glenrock-WY-reliant-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('glenrock-WY-reliant-federal-credit-union'), mapOptions);}document.getElementById('faac6af5').innerHTML += ' | View Map';var $lf4043ce0a00391ff434a390f1faadf86 = '

Reliant Federal Credit Union

Address: 321 W Birch St, Glenrock, WY 82637
Phone: (307) 436-2566
';var m_f4043ce0a00391ff434a390f1faadf86 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Reliant Federal Credit Union',});m_f4043ce0a00391ff434a390f1faadf86['infowindow'] = new google.maps.InfoWindow({content: $lf4043ce0a00391ff434a390f1faadf86});var infowindow = new google.maps.InfoWindow({content: $lf4043ce0a00391ff434a390f1faadf86});google.maps.event.addListener(m_f4043ce0a00391ff434a390f1faadf86, 'click', function() {infowindow.open(map,m_f4043ce0a00391ff434a390f1faadf86);});$marker.push(m_f4043ce0a00391ff434a390f1faadf86);}});}google.maps.event.addDomListener(window, 'load', initialize);