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.0574,-111.673)};var g_79643b609b5bd4b9bdaa3a527707ec39 = new google.maps.Geocoder();g_79643b609b5bd4b9bdaa3a527707ec39.geocode( { 'address': "200 N Main St, Salem, UT 84653, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('salem-UT-america-first-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('salem-UT-america-first-credit-union'), mapOptions);}document.getElementById('71a7fd51').innerHTML += ' | View Map';var $l79643b609b5bd4b9bdaa3a527707ec39 = '

America First Credit Union

Address: 200 N Main St, Salem, UT 84653, USA
Phone: (801) 223-3900
';var m_79643b609b5bd4b9bdaa3a527707ec39 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'America First Credit Union',});m_79643b609b5bd4b9bdaa3a527707ec39['infowindow'] = new google.maps.InfoWindow({content: $l79643b609b5bd4b9bdaa3a527707ec39});var infowindow = new google.maps.InfoWindow({content: $l79643b609b5bd4b9bdaa3a527707ec39});google.maps.event.addListener(m_79643b609b5bd4b9bdaa3a527707ec39, 'click', function() {infowindow.open(map,m_79643b609b5bd4b9bdaa3a527707ec39);});$marker.push(m_79643b609b5bd4b9bdaa3a527707ec39);}});}google.maps.event.addDomListener(window, 'load', initialize);