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.0999,-111.94)};var g_5a0cef096920d39da0f3cc2cbeb0fc9b = new google.maps.Geocoder();g_5a0cef096920d39da0f3cc2cbeb0fc9b.geocode( { 'address': "1356 UT-193, Layton, UT 84040, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('layton-UT-america-first-credit-union-inside-walmart').style.display = '';map = new google.maps.Map(document.getElementById('layton-UT-america-first-credit-union-inside-walmart'), mapOptions);}document.getElementById('a52a15ea').innerHTML += ' | View Map';var $l5a0cef096920d39da0f3cc2cbeb0fc9b = '

America First Credit Union (inside Walmart)

Address: 1356 UT-193, Layton, UT 84040, USA
Phone: (801) 627-0900
';var m_5a0cef096920d39da0f3cc2cbeb0fc9b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'America First Credit Union (inside Walmart)',});m_5a0cef096920d39da0f3cc2cbeb0fc9b['infowindow'] = new google.maps.InfoWindow({content: $l5a0cef096920d39da0f3cc2cbeb0fc9b});var infowindow = new google.maps.InfoWindow({content: $l5a0cef096920d39da0f3cc2cbeb0fc9b});google.maps.event.addListener(m_5a0cef096920d39da0f3cc2cbeb0fc9b, 'click', function() {infowindow.open(map,m_5a0cef096920d39da0f3cc2cbeb0fc9b);});$marker.push(m_5a0cef096920d39da0f3cc2cbeb0fc9b);}});}google.maps.event.addDomListener(window, 'load', initialize);