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(41.1613,-112.03)};var g_0740a075134f093747933d77f4121405 = new google.maps.Geocoder();g_0740a075134f093747933d77f4121405.geocode( { 'address': "5627 S 2050 W, Roy, UT 84067, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('roy-UT-goldenwest-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('roy-UT-goldenwest-credit-union'), mapOptions);}document.getElementById('69a9b357').innerHTML += ' | View Map';var $l0740a075134f093747933d77f4121405 = '

Goldenwest Credit Union

Address: 5627 S 2050 W, Roy, UT 84067, USA
Phone: (801) 621-4550
';var m_0740a075134f093747933d77f4121405 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Goldenwest Credit Union',});m_0740a075134f093747933d77f4121405['infowindow'] = new google.maps.InfoWindow({content: $l0740a075134f093747933d77f4121405});var infowindow = new google.maps.InfoWindow({content: $l0740a075134f093747933d77f4121405});google.maps.event.addListener(m_0740a075134f093747933d77f4121405, 'click', function() {infowindow.open(map,m_0740a075134f093747933d77f4121405);});$marker.push(m_0740a075134f093747933d77f4121405);}});}google.maps.event.addDomListener(window, 'load', initialize);