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(41.8193,-111.832)};var g_20ae98424f71c487f5fbadac69e4484e = new google.maps.Geocoder();g_20ae98424f71c487f5fbadac69e4484e.geocode( { 'address': "850 S Main St, Smithfield, UT 84335, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('smithfield-UT-america-first-credit-union-inside-lees-marketplace').style.display = '';map = new google.maps.Map(document.getElementById('smithfield-UT-america-first-credit-union-inside-lees-marketplace'), mapOptions);}document.getElementById('79882a80').innerHTML += ' | View Map';var $l20ae98424f71c487f5fbadac69e4484e = '

America First Credit Union (inside Lee's Marketplace)

Address: 850 S Main St, Smithfield, UT 84335, USA
Phone: (800) 999-3961
';var m_20ae98424f71c487f5fbadac69e4484e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'America First Credit Union (inside Lee's Marketplace)',});m_20ae98424f71c487f5fbadac69e4484e['infowindow'] = new google.maps.InfoWindow({content: $l20ae98424f71c487f5fbadac69e4484e});var infowindow = new google.maps.InfoWindow({content: $l20ae98424f71c487f5fbadac69e4484e});google.maps.event.addListener(m_20ae98424f71c487f5fbadac69e4484e, 'click', function() {infowindow.open(map,m_20ae98424f71c487f5fbadac69e4484e);});$marker.push(m_20ae98424f71c487f5fbadac69e4484e);}});}google.maps.event.addDomListener(window, 'load', initialize);