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.0413,-111.941)};var g_896f71b52a1ee2ac26e7991df69ede8d = new google.maps.Geocoder();g_896f71b52a1ee2ac26e7991df69ede8d.geocode( { 'address': "326 Main St, Kaysville, UT 84037, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('kaysville-UT-america-first-credit-union-inside-bowmans-market').style.display = '';map = new google.maps.Map(document.getElementById('kaysville-UT-america-first-credit-union-inside-bowmans-market'), mapOptions);}document.getElementById('777aa43d').innerHTML += ' | View Map';var $l896f71b52a1ee2ac26e7991df69ede8d = '

America First Credit Union (inside Bowman's Market)

Address: 326 Main St, Kaysville, UT 84037, USA
Phone: (801) 627-0900
';var m_896f71b52a1ee2ac26e7991df69ede8d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'America First Credit Union (inside Bowman's Market)',});m_896f71b52a1ee2ac26e7991df69ede8d['infowindow'] = new google.maps.InfoWindow({content: $l896f71b52a1ee2ac26e7991df69ede8d});var infowindow = new google.maps.InfoWindow({content: $l896f71b52a1ee2ac26e7991df69ede8d});google.maps.event.addListener(m_896f71b52a1ee2ac26e7991df69ede8d, 'click', function() {infowindow.open(map,m_896f71b52a1ee2ac26e7991df69ede8d);});$marker.push(m_896f71b52a1ee2ac26e7991df69ede8d);}});}google.maps.event.addDomListener(window, 'load', initialize);