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.0785,-111.973)};var g_d7e86388729bcac54d19371962ac10f5 = new google.maps.Geocoder();g_d7e86388729bcac54d19371962ac10f5.geocode( { 'address': "1268 N Hill Field Rd, Layton, UT 84041, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('layton-UT-goldenwest-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('layton-UT-goldenwest-credit-union'), mapOptions);}document.getElementById('3d417a31').innerHTML += ' | View Map';var $ld7e86388729bcac54d19371962ac10f5 = '

Goldenwest Credit Union

Address: 1268 N Hill Field Rd, Layton, UT 84041, USA
Phone: (801) 621-4550
';var m_d7e86388729bcac54d19371962ac10f5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Goldenwest Credit Union',});m_d7e86388729bcac54d19371962ac10f5['infowindow'] = new google.maps.InfoWindow({content: $ld7e86388729bcac54d19371962ac10f5});var infowindow = new google.maps.InfoWindow({content: $ld7e86388729bcac54d19371962ac10f5});google.maps.event.addListener(m_d7e86388729bcac54d19371962ac10f5, 'click', function() {infowindow.open(map,m_d7e86388729bcac54d19371962ac10f5);});$marker.push(m_d7e86388729bcac54d19371962ac10f5);}});}google.maps.event.addDomListener(window, 'load', initialize);