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.3151,-111.696)};var g_0b8d48156cd97039319222845300a87e = new google.maps.Geocoder();g_0b8d48156cd97039319222845300a87e.geocode( { 'address': "337 N State St, Orem, UT 84057"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('orem-UT-deseret-first-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('orem-UT-deseret-first-credit-union'), mapOptions);}document.getElementById('83543c6d').innerHTML += ' | View Map';var $l0b8d48156cd97039319222845300a87e = '

Deseret First Credit Union

Address: 337 N State St, Orem, UT 84057
Phone: (801) 226-0900
';var m_0b8d48156cd97039319222845300a87e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Deseret First Credit Union',});m_0b8d48156cd97039319222845300a87e['infowindow'] = new google.maps.InfoWindow({content: $l0b8d48156cd97039319222845300a87e});var infowindow = new google.maps.InfoWindow({content: $l0b8d48156cd97039319222845300a87e});google.maps.event.addListener(m_0b8d48156cd97039319222845300a87e, 'click', function() {infowindow.open(map,m_0b8d48156cd97039319222845300a87e);});$marker.push(m_0b8d48156cd97039319222845300a87e);}});}google.maps.event.addDomListener(window, 'load', initialize);