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.4288,-111.786)};var g_423aa9774a2b7131b0061979ecb645e8 = new google.maps.Geocoder();g_423aa9774a2b7131b0061979ecb645e8.geocode( { 'address': "10827 Alpine Hwy, Highland, UT 84003, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('highland-UT-alpine-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('highland-UT-alpine-credit-union'), mapOptions);}document.getElementById('45f702c3').innerHTML += ' | View Map';var $l423aa9774a2b7131b0061979ecb645e8 = '

Alpine Credit Union

Address: 10827 Alpine Hwy, Highland, UT 84003, USA
Phone: (801) 492-6400
';var m_423aa9774a2b7131b0061979ecb645e8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Alpine Credit Union',});m_423aa9774a2b7131b0061979ecb645e8['infowindow'] = new google.maps.InfoWindow({content: $l423aa9774a2b7131b0061979ecb645e8});var infowindow = new google.maps.InfoWindow({content: $l423aa9774a2b7131b0061979ecb645e8});google.maps.event.addListener(m_423aa9774a2b7131b0061979ecb645e8, 'click', function() {infowindow.open(map,m_423aa9774a2b7131b0061979ecb645e8);});$marker.push(m_423aa9774a2b7131b0061979ecb645e8);}});}google.maps.event.addDomListener(window, 'load', initialize);