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.1546,-112.065)};var g_3210f1b0eb3dcdbc2888d3d1e0d42914 = new google.maps.Geocoder();g_3210f1b0eb3dcdbc2888d3d1e0d42914.geocode( { 'address': "5997 S 3500 W, Roy, UT 84067, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('roy-UT-weber-state-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('roy-UT-weber-state-credit-union'), mapOptions);}document.getElementById('3c8c4189').innerHTML += ' | View Map';var $l3210f1b0eb3dcdbc2888d3d1e0d42914 = '

Weber State Credit Union

Address: 5997 S 3500 W, Roy, UT 84067, USA
Phone: (801) 399-9728
';var m_3210f1b0eb3dcdbc2888d3d1e0d42914 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Weber State Credit Union',});m_3210f1b0eb3dcdbc2888d3d1e0d42914['infowindow'] = new google.maps.InfoWindow({content: $l3210f1b0eb3dcdbc2888d3d1e0d42914});var infowindow = new google.maps.InfoWindow({content: $l3210f1b0eb3dcdbc2888d3d1e0d42914});google.maps.event.addListener(m_3210f1b0eb3dcdbc2888d3d1e0d42914, 'click', function() {infowindow.open(map,m_3210f1b0eb3dcdbc2888d3d1e0d42914);});$marker.push(m_3210f1b0eb3dcdbc2888d3d1e0d42914);}});}google.maps.event.addDomListener(window, 'load', initialize);