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.0366,-111.938)};var g_a23b9c484c683e2092970a88b58b2e7d = new google.maps.Geocoder();g_a23b9c484c683e2092970a88b58b2e7d.geocode( { 'address': "37 E 100 N, Kaysville, UT 84037, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('kaysville-UT-horizon-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('kaysville-UT-horizon-credit-union'), mapOptions);}document.getElementById('1ee57397').innerHTML += ' | View Map';var $la23b9c484c683e2092970a88b58b2e7d = '

Horizon Credit Union

Address: 37 E 100 N, Kaysville, UT 84037, USA
Phone: (801) 593-8500
';var m_a23b9c484c683e2092970a88b58b2e7d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Horizon Credit Union',});m_a23b9c484c683e2092970a88b58b2e7d['infowindow'] = new google.maps.InfoWindow({content: $la23b9c484c683e2092970a88b58b2e7d});var infowindow = new google.maps.InfoWindow({content: $la23b9c484c683e2092970a88b58b2e7d});google.maps.event.addListener(m_a23b9c484c683e2092970a88b58b2e7d, 'click', function() {infowindow.open(map,m_a23b9c484c683e2092970a88b58b2e7d);});$marker.push(m_a23b9c484c683e2092970a88b58b2e7d);}});}google.maps.event.addDomListener(window, 'load', initialize);