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.3023,-111.968)};var g_31917677a66c6eddd3ab1f68b0679e2f = new google.maps.Geocoder();g_31917677a66c6eddd3ab1f68b0679e2f.geocode( { 'address': "2388 N Washington Rd Blvd 400 E, North Ogden, UT 84414, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('north-ogden-UT-weber-state-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('north-ogden-UT-weber-state-credit-union'), mapOptions);}document.getElementById('e4f1d505').innerHTML += ' | View Map';var $l31917677a66c6eddd3ab1f68b0679e2f = '

Weber State Credit Union

Address: 2388 N Washington Rd Blvd 400 E, North Ogden, UT 84414, USA
Phone:
';var m_31917677a66c6eddd3ab1f68b0679e2f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Weber State Credit Union',});m_31917677a66c6eddd3ab1f68b0679e2f['infowindow'] = new google.maps.InfoWindow({content: $l31917677a66c6eddd3ab1f68b0679e2f});var infowindow = new google.maps.InfoWindow({content: $l31917677a66c6eddd3ab1f68b0679e2f});google.maps.event.addListener(m_31917677a66c6eddd3ab1f68b0679e2f, 'click', function() {infowindow.open(map,m_31917677a66c6eddd3ab1f68b0679e2f);});$marker.push(m_31917677a66c6eddd3ab1f68b0679e2f);}});}google.maps.event.addDomListener(window, 'load', initialize);