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.4886,-112.026)};var g_3401dfedf5937b29766f0c858bd046d2 = new google.maps.Geocoder();g_3401dfedf5937b29766f0c858bd046d2.geocode( { 'address': "1023 Medical Dr, Brigham City, UT 84302, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('brigham-city-UT-box-elder-county-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('brigham-city-UT-box-elder-county-credit-union'), mapOptions);}document.getElementById('8a1cbb33').innerHTML += ' | View Map';var $l3401dfedf5937b29766f0c858bd046d2 = '

Box Elder County Credit Union

Address: 1023 Medical Dr, Brigham City, UT 84302, USA
Phone: (435) 723-3437
';var m_3401dfedf5937b29766f0c858bd046d2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Box Elder County Credit Union',});m_3401dfedf5937b29766f0c858bd046d2['infowindow'] = new google.maps.InfoWindow({content: $l3401dfedf5937b29766f0c858bd046d2});var infowindow = new google.maps.InfoWindow({content: $l3401dfedf5937b29766f0c858bd046d2});google.maps.event.addListener(m_3401dfedf5937b29766f0c858bd046d2, 'click', function() {infowindow.open(map,m_3401dfedf5937b29766f0c858bd046d2);});$marker.push(m_3401dfedf5937b29766f0c858bd046d2);}});}google.maps.event.addDomListener(window, 'load', initialize);