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.8529,-111.894)};var g_1a5edc6251971a112d6ccc9b4ebc024b = new google.maps.Geocoder();g_1a5edc6251971a112d6ccc9b4ebc024b.geocode( { 'address': "3371 Orchard Dr, 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---winegars-branch').style.display = '';map = new google.maps.Map(document.getElementById('bountiful-UT-america-first-credit-union---winegars-branch'), mapOptions);}document.getElementById('491228d4').innerHTML += ' | View Map';var $l1a5edc6251971a112d6ccc9b4ebc024b = '

America First Credit Union - Winegars Branch

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