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.6086,-111.855)};var g_ff1e68e74c6b16a1a7b5d958b95e120c = new google.maps.Geocoder();g_ff1e68e74c6b16a1a7b5d958b95e120c.geocode( { 'address': "7850 S 1300 E, Sandy, UT 84094, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sandy-UT-goldenwest-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('sandy-UT-goldenwest-credit-union'), mapOptions);}document.getElementById('b592807f').innerHTML += ' | View Map';var $lff1e68e74c6b16a1a7b5d958b95e120c = '

Goldenwest Credit Union

Address: 7850 S 1300 E, Sandy, UT 84094, USA
Phone: (801) 621-4550
';var m_ff1e68e74c6b16a1a7b5d958b95e120c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Goldenwest Credit Union',});m_ff1e68e74c6b16a1a7b5d958b95e120c['infowindow'] = new google.maps.InfoWindow({content: $lff1e68e74c6b16a1a7b5d958b95e120c});var infowindow = new google.maps.InfoWindow({content: $lff1e68e74c6b16a1a7b5d958b95e120c});google.maps.event.addListener(m_ff1e68e74c6b16a1a7b5d958b95e120c, 'click', function() {infowindow.open(map,m_ff1e68e74c6b16a1a7b5d958b95e120c);});$marker.push(m_ff1e68e74c6b16a1a7b5d958b95e120c);}});}google.maps.event.addDomListener(window, 'load', initialize);