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(40.1061,-111.648)};var g_327efb45357264e0d764058cad59bba0 = new google.maps.Geocoder();g_327efb45357264e0d764058cad59bba0.geocode( { 'address': "375 E 300 S, Spanish Fork, UT 84660, United States"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('spanish-fork-UT-pacific-horizon-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('spanish-fork-UT-pacific-horizon-credit-union'), mapOptions);}document.getElementById('649c8815').innerHTML += ' | View Map';var $l327efb45357264e0d764058cad59bba0 = '

Pacific Horizon Credit Union

Address: 375 E 300 S, Spanish Fork, UT 84660, United States
Phone: (801) 615-7234
';var m_327efb45357264e0d764058cad59bba0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Pacific Horizon Credit Union',});m_327efb45357264e0d764058cad59bba0['infowindow'] = new google.maps.InfoWindow({content: $l327efb45357264e0d764058cad59bba0});var infowindow = new google.maps.InfoWindow({content: $l327efb45357264e0d764058cad59bba0});google.maps.event.addListener(m_327efb45357264e0d764058cad59bba0, 'click', function() {infowindow.open(map,m_327efb45357264e0d764058cad59bba0);});$marker.push(m_327efb45357264e0d764058cad59bba0);}});}google.maps.event.addDomListener(window, 'load', initialize);