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.163,-112.066)};var g_094e35279360cfacbb32c090d46eddbb = new google.maps.Geocoder();g_094e35279360cfacbb32c090d46eddbb.geocode( { 'address': "3535 W 5600 S, 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-kents-market').style.display = '';map = new google.maps.Map(document.getElementById('roy-UT-america-first-credit-union-inside-kents-market'), mapOptions);}document.getElementById('adb8be80').innerHTML += ' | View Map';var $l094e35279360cfacbb32c090d46eddbb = '

America First Credit Union (inside Kent's Market)

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