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.3752,-111.789)};var g_2e23d27e60887044886c7fc52ee7ec2b = new google.maps.Geocoder();g_2e23d27e60887044886c7fc52ee7ec2b.geocode( { 'address': "375 E State St, American Fork, UT 84003, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('american-fork-UT-alpine-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('american-fork-UT-alpine-credit-union'), mapOptions);}document.getElementById('648b67d9').innerHTML += ' | View Map';var $l2e23d27e60887044886c7fc52ee7ec2b = '

Alpine Credit Union

Address: 375 E State St, American Fork, UT 84003, USA
Phone: (801) 756-7697
';var m_2e23d27e60887044886c7fc52ee7ec2b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Alpine Credit Union',});m_2e23d27e60887044886c7fc52ee7ec2b['infowindow'] = new google.maps.InfoWindow({content: $l2e23d27e60887044886c7fc52ee7ec2b});var infowindow = new google.maps.InfoWindow({content: $l2e23d27e60887044886c7fc52ee7ec2b});google.maps.event.addListener(m_2e23d27e60887044886c7fc52ee7ec2b, 'click', function() {infowindow.open(map,m_2e23d27e60887044886c7fc52ee7ec2b);});$marker.push(m_2e23d27e60887044886c7fc52ee7ec2b);}});}google.maps.event.addDomListener(window, 'load', initialize);