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(39.9754,-111.787)};var g_2a42d5d95256910f37c38fa4a821cbf5 = new google.maps.Geocoder();g_2a42d5d95256910f37c38fa4a821cbf5.geocode( { 'address': "57 W Main St, Santaquin, UT 84655, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('santaquin-UT-america-first-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('santaquin-UT-america-first-credit-union'), mapOptions);}document.getElementById('e3b6ed26').innerHTML += ' | View Map';var $l2a42d5d95256910f37c38fa4a821cbf5 = '

America First Credit Union

Address: 57 W Main St, Santaquin, UT 84655, USA
Phone: (801) 223-3900
';var m_2a42d5d95256910f37c38fa4a821cbf5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'America First Credit Union',});m_2a42d5d95256910f37c38fa4a821cbf5['infowindow'] = new google.maps.InfoWindow({content: $l2a42d5d95256910f37c38fa4a821cbf5});var infowindow = new google.maps.InfoWindow({content: $l2a42d5d95256910f37c38fa4a821cbf5});google.maps.event.addListener(m_2a42d5d95256910f37c38fa4a821cbf5, 'click', function() {infowindow.open(map,m_2a42d5d95256910f37c38fa4a821cbf5);});$marker.push(m_2a42d5d95256910f37c38fa4a821cbf5);}});}google.maps.event.addDomListener(window, 'load', initialize);