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.1185,-112.083)};var g_07ba1599ce7c572506e7ea702fee5415 = new google.maps.Geocoder();g_07ba1599ce7c572506e7ea702fee5415.geocode( { 'address': "2986 W 300 N, West Point, UT 84015, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('west-point-UT-horizon-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('west-point-UT-horizon-credit-union'), mapOptions);}document.getElementById('709942d4').innerHTML += ' | View Map';var $l07ba1599ce7c572506e7ea702fee5415 = '

Horizon Credit Union

Address: 2986 W 300 N, West Point, UT 84015, USA
Phone: (801) 525-4659
';var m_07ba1599ce7c572506e7ea702fee5415 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Horizon Credit Union',});m_07ba1599ce7c572506e7ea702fee5415['infowindow'] = new google.maps.InfoWindow({content: $l07ba1599ce7c572506e7ea702fee5415});var infowindow = new google.maps.InfoWindow({content: $l07ba1599ce7c572506e7ea702fee5415});google.maps.event.addListener(m_07ba1599ce7c572506e7ea702fee5415, 'click', function() {infowindow.open(map,m_07ba1599ce7c572506e7ea702fee5415);});$marker.push(m_07ba1599ce7c572506e7ea702fee5415);}});}google.maps.event.addDomListener(window, 'load', initialize);