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.2443,-112.001)};var g_61525ffe1c9e4a7970dc2c31a3b7be8a = new google.maps.Geocoder();g_61525ffe1c9e4a7970dc2c31a3b7be8a.geocode( { 'address': "4723 Harrison Blvd, Ogden, UT 84403"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ogden-UT-summit-one-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('ogden-UT-summit-one-credit-union'), mapOptions);}document.getElementById('f06fd831').innerHTML += ' | View Map';var $l61525ffe1c9e4a7970dc2c31a3b7be8a = '

Summit One Credit Union

Address: 4723 Harrison Blvd, Ogden, UT 84403
Phone: (801) 476-6300
';var m_61525ffe1c9e4a7970dc2c31a3b7be8a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Summit One Credit Union',});m_61525ffe1c9e4a7970dc2c31a3b7be8a['infowindow'] = new google.maps.InfoWindow({content: $l61525ffe1c9e4a7970dc2c31a3b7be8a});var infowindow = new google.maps.InfoWindow({content: $l61525ffe1c9e4a7970dc2c31a3b7be8a});google.maps.event.addListener(m_61525ffe1c9e4a7970dc2c31a3b7be8a, 'click', function() {infowindow.open(map,m_61525ffe1c9e4a7970dc2c31a3b7be8a);});$marker.push(m_61525ffe1c9e4a7970dc2c31a3b7be8a);}});}google.maps.event.addDomListener(window, 'load', initialize);