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.7332,-111.892)};var g_e31bd1728da8bd6589353e94e09f592e = new google.maps.Geocoder();g_e31bd1728da8bd6589353e94e09f592e.geocode( { 'address': "37 W 1700 S, South Salt Lake, UT 84115, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('south-salt-lake-UT-trans-west-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('south-salt-lake-UT-trans-west-credit-union'), mapOptions);}document.getElementById('7ee119d2').innerHTML += ' | View Map';var $le31bd1728da8bd6589353e94e09f592e = '

Trans West Credit Union

Address: 37 W 1700 S, South Salt Lake, UT 84115, USA
Phone: (801) 487-2057
';var m_e31bd1728da8bd6589353e94e09f592e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Trans West Credit Union',});m_e31bd1728da8bd6589353e94e09f592e['infowindow'] = new google.maps.InfoWindow({content: $le31bd1728da8bd6589353e94e09f592e});var infowindow = new google.maps.InfoWindow({content: $le31bd1728da8bd6589353e94e09f592e});google.maps.event.addListener(m_e31bd1728da8bd6589353e94e09f592e, 'click', function() {infowindow.open(map,m_e31bd1728da8bd6589353e94e09f592e);});$marker.push(m_e31bd1728da8bd6589353e94e09f592e);}});}google.maps.event.addDomListener(window, 'load', initialize);