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.6535,-111.864)};var g_38550e6ffde6df7c36680aa1ac11906f = new google.maps.Geocoder();g_38550e6ffde6df7c36680aa1ac11906f.geocode( { 'address': "965 E Woodoak Ln, Salt Lake City, UT 84117, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('salt-lake-city-UT-hi-land-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('salt-lake-city-UT-hi-land-credit-union'), mapOptions);}document.getElementById('f502602f').innerHTML += ' | View Map';var $l38550e6ffde6df7c36680aa1ac11906f = '

Hi-Land Credit Union

Address: 965 E Woodoak Ln, Salt Lake City, UT 84117, USA
Phone: (801) 261-8909
';var m_38550e6ffde6df7c36680aa1ac11906f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Hi-Land Credit Union',});m_38550e6ffde6df7c36680aa1ac11906f['infowindow'] = new google.maps.InfoWindow({content: $l38550e6ffde6df7c36680aa1ac11906f});var infowindow = new google.maps.InfoWindow({content: $l38550e6ffde6df7c36680aa1ac11906f});google.maps.event.addListener(m_38550e6ffde6df7c36680aa1ac11906f, 'click', function() {infowindow.open(map,m_38550e6ffde6df7c36680aa1ac11906f);});$marker.push(m_38550e6ffde6df7c36680aa1ac11906f);}});}google.maps.event.addDomListener(window, 'load', initialize);