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.4311,-111.83)};var g_1d11983c073a377c7216f374574e4bee = new google.maps.Geocoder();g_1d11983c073a377c7216f374574e4bee.geocode( { 'address': "1238 East Timpanogos Highway, Lehi, UT 84043, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lehi-UT-america-first-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('lehi-UT-america-first-credit-union'), mapOptions);}document.getElementById('0c5db1b2').innerHTML += ' | View Map';var $l1d11983c073a377c7216f374574e4bee = '

America First Credit Union

Address: 1238 East Timpanogos Highway, Lehi, UT 84043, USA
Phone: (801) 223-3900
';var m_1d11983c073a377c7216f374574e4bee = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'America First Credit Union',});m_1d11983c073a377c7216f374574e4bee['infowindow'] = new google.maps.InfoWindow({content: $l1d11983c073a377c7216f374574e4bee});var infowindow = new google.maps.InfoWindow({content: $l1d11983c073a377c7216f374574e4bee});google.maps.event.addListener(m_1d11983c073a377c7216f374574e4bee, 'click', function() {infowindow.open(map,m_1d11983c073a377c7216f374574e4bee);});$marker.push(m_1d11983c073a377c7216f374574e4bee);}});}google.maps.event.addDomListener(window, 'load', initialize);