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(39.0901,-111.133)};var g_9a97f71789a3d56625a4b191b6a2feae = new google.maps.Geocoder();g_9a97f71789a3d56625a4b191b6a2feae.geocode( { 'address': "30 W Main St, Ferron, UT 84523, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ferron-UT-desertview-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('ferron-UT-desertview-credit-union'), mapOptions);}document.getElementById('bd5ceca5').innerHTML += ' | View Map';var $l9a97f71789a3d56625a4b191b6a2feae = '

Desertview Credit Union

Address: 30 W Main St, Ferron, UT 84523, USA
Phone: (435) 384-2822
';var m_9a97f71789a3d56625a4b191b6a2feae = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Desertview Credit Union',});m_9a97f71789a3d56625a4b191b6a2feae['infowindow'] = new google.maps.InfoWindow({content: $l9a97f71789a3d56625a4b191b6a2feae});var infowindow = new google.maps.InfoWindow({content: $l9a97f71789a3d56625a4b191b6a2feae});google.maps.event.addListener(m_9a97f71789a3d56625a4b191b6a2feae, 'click', function() {infowindow.open(map,m_9a97f71789a3d56625a4b191b6a2feae);});$marker.push(m_9a97f71789a3d56625a4b191b6a2feae);}});}google.maps.event.addDomListener(window, 'load', initialize);