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.4297,-111.887)};var g_570197ce24c78651ca363a146213ba08 = new google.maps.Geocoder();g_570197ce24c78651ca363a146213ba08.geocode( { 'address': "3333 N Digital Dr, Lehi, UT 84043, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lehi-UT-utah-community-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('lehi-UT-utah-community-credit-union'), mapOptions);}document.getElementById('1fa218d5').innerHTML += ' | View Map';var $l570197ce24c78651ca363a146213ba08 = '

Utah Community Credit Union

Address: 3333 N Digital Dr, Lehi, UT 84043, USA
Phone: (801) 223-8188
';var m_570197ce24c78651ca363a146213ba08 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Utah Community Credit Union',});m_570197ce24c78651ca363a146213ba08['infowindow'] = new google.maps.InfoWindow({content: $l570197ce24c78651ca363a146213ba08});var infowindow = new google.maps.InfoWindow({content: $l570197ce24c78651ca363a146213ba08});google.maps.event.addListener(m_570197ce24c78651ca363a146213ba08, 'click', function() {infowindow.open(map,m_570197ce24c78651ca363a146213ba08);});$marker.push(m_570197ce24c78651ca363a146213ba08);}});}google.maps.event.addDomListener(window, 'load', initialize);