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.1664,-112.024)};var g_a69330f2c5a44bd5a808720fe734e783 = new google.maps.Geocoder();g_a69330f2c5a44bd5a808720fe734e783.geocode( { 'address': "5370 S 1900 W, Roy, UT 84067, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('roy-UT-america-first-credit-union-inside-harmons').style.display = '';map = new google.maps.Map(document.getElementById('roy-UT-america-first-credit-union-inside-harmons'), mapOptions);}document.getElementById('5518ad4d').innerHTML += ' | View Map';var $la69330f2c5a44bd5a808720fe734e783 = '

America First Credit Union (inside Harmons)

Address: 5370 S 1900 W, Roy, UT 84067, USA
Phone: (801) 627-0900
';var m_a69330f2c5a44bd5a808720fe734e783 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'America First Credit Union (inside Harmons)',});m_a69330f2c5a44bd5a808720fe734e783['infowindow'] = new google.maps.InfoWindow({content: $la69330f2c5a44bd5a808720fe734e783});var infowindow = new google.maps.InfoWindow({content: $la69330f2c5a44bd5a808720fe734e783});google.maps.event.addListener(m_a69330f2c5a44bd5a808720fe734e783, 'click', function() {infowindow.open(map,m_a69330f2c5a44bd5a808720fe734e783);});$marker.push(m_a69330f2c5a44bd5a808720fe734e783);}});}google.maps.event.addDomListener(window, 'load', initialize);