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.8897,-111.892)};var g_640943171db964ec388c11cb73e17b45 = new google.maps.Geocoder();g_640943171db964ec388c11cb73e17b45.geocode( { 'address': "48 N 500 W, Bountiful, UT 84010, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bountiful-UT-america-first-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('bountiful-UT-america-first-credit-union'), mapOptions);}document.getElementById('a0c9cace').innerHTML += ' | View Map';var $l640943171db964ec388c11cb73e17b45 = '

America First Credit Union

Address: 48 N 500 W, Bountiful, UT 84010, USA
Phone: (801) 627-0900
';var m_640943171db964ec388c11cb73e17b45 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'America First Credit Union',});m_640943171db964ec388c11cb73e17b45['infowindow'] = new google.maps.InfoWindow({content: $l640943171db964ec388c11cb73e17b45});var infowindow = new google.maps.InfoWindow({content: $l640943171db964ec388c11cb73e17b45});google.maps.event.addListener(m_640943171db964ec388c11cb73e17b45, 'click', function() {infowindow.open(map,m_640943171db964ec388c11cb73e17b45);});$marker.push(m_640943171db964ec388c11cb73e17b45);}});}google.maps.event.addDomListener(window, 'load', initialize);