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(40.6396,-111.883)};var g_85b1438d36adf5d9affe622ff64937a0 = new google.maps.Geocoder();g_85b1438d36adf5d9affe622ff64937a0.geocode( { 'address': "6060 Fashion Blvd, Murray, UT 84107, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('murray-UT-deseret-first-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('murray-UT-deseret-first-credit-union'), mapOptions);}document.getElementById('b42696d5').innerHTML += ' | View Map';var $l85b1438d36adf5d9affe622ff64937a0 = '

Deseret First Credit Union

Address: 6060 Fashion Blvd, Murray, UT 84107, USA
Phone: (801) 265-2650
';var m_85b1438d36adf5d9affe622ff64937a0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Deseret First Credit Union',});m_85b1438d36adf5d9affe622ff64937a0['infowindow'] = new google.maps.InfoWindow({content: $l85b1438d36adf5d9affe622ff64937a0});var infowindow = new google.maps.InfoWindow({content: $l85b1438d36adf5d9affe622ff64937a0});google.maps.event.addListener(m_85b1438d36adf5d9affe622ff64937a0, 'click', function() {infowindow.open(map,m_85b1438d36adf5d9affe622ff64937a0);});$marker.push(m_85b1438d36adf5d9affe622ff64937a0);}});}google.maps.event.addDomListener(window, 'load', initialize);