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.2196,-112.014)};var g_04aa7af3658b266ad0f838e0d9945396 = new google.maps.Geocoder();g_04aa7af3658b266ad0f838e0d9945396.geocode( { 'address': "1438 2550 S St, Ogden, UT 84401, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ogden-UT-utah-power-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('ogden-UT-utah-power-credit-union'), mapOptions);}document.getElementById('0fc107ec').innerHTML += ' | View Map';var $l04aa7af3658b266ad0f838e0d9945396 = '

Utah Power Credit Union

Address: 1438 2550 S St, Ogden, UT 84401, USA
Phone: (801) 781-6046
';var m_04aa7af3658b266ad0f838e0d9945396 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Utah Power Credit Union',});m_04aa7af3658b266ad0f838e0d9945396['infowindow'] = new google.maps.InfoWindow({content: $l04aa7af3658b266ad0f838e0d9945396});var infowindow = new google.maps.InfoWindow({content: $l04aa7af3658b266ad0f838e0d9945396});google.maps.event.addListener(m_04aa7af3658b266ad0f838e0d9945396, 'click', function() {infowindow.open(map,m_04aa7af3658b266ad0f838e0d9945396);});$marker.push(m_04aa7af3658b266ad0f838e0d9945396);}});}google.maps.event.addDomListener(window, 'load', initialize);