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_c5ab0bc60ac7929182aadd08703f1ec6 = new google.maps.Geocoder();g_c5ab0bc60ac7929182aadd08703f1ec6.geocode( { 'address': "4140 Harrison Blvd, Ogden, UT 84403"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ogden-UT-weber-state-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('ogden-UT-weber-state-credit-union'), mapOptions);}document.getElementById('5699c54b').innerHTML += ' | View Map';var $lc5ab0bc60ac7929182aadd08703f1ec6 = '

Weber State Credit Union

Address: 4140 Harrison Blvd, Ogden, UT 84403
Phone: (801) 399-9728
';var m_c5ab0bc60ac7929182aadd08703f1ec6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Weber State Credit Union',});m_c5ab0bc60ac7929182aadd08703f1ec6['infowindow'] = new google.maps.InfoWindow({content: $lc5ab0bc60ac7929182aadd08703f1ec6});var infowindow = new google.maps.InfoWindow({content: $lc5ab0bc60ac7929182aadd08703f1ec6});google.maps.event.addListener(m_c5ab0bc60ac7929182aadd08703f1ec6, 'click', function() {infowindow.open(map,m_c5ab0bc60ac7929182aadd08703f1ec6);});$marker.push(m_c5ab0bc60ac7929182aadd08703f1ec6);}});}google.maps.event.addDomListener(window, 'load', initialize);