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.7564,-111.899)};var g_2062a2ce318d18ac0661743a9213cb0e = new google.maps.Geocoder();g_2062a2ce318d18ac0661743a9213cb0e.geocode( { 'address': "2250 S Redwood Rd, STE 2, Salt Lake City, UT 84119"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('salt-lake-city-UT-p-s-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('salt-lake-city-UT-p-s-credit-union'), mapOptions);}document.getElementById('a8e15a03').innerHTML += ' | View Map';var $l2062a2ce318d18ac0661743a9213cb0e = '

P & S Credit Union

Address: 2250 S Redwood Rd, STE 2, Salt Lake City, UT 84119
Phone: (801) 973-0575
';var m_2062a2ce318d18ac0661743a9213cb0e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'P & S Credit Union',});m_2062a2ce318d18ac0661743a9213cb0e['infowindow'] = new google.maps.InfoWindow({content: $l2062a2ce318d18ac0661743a9213cb0e});var infowindow = new google.maps.InfoWindow({content: $l2062a2ce318d18ac0661743a9213cb0e});google.maps.event.addListener(m_2062a2ce318d18ac0661743a9213cb0e, 'click', function() {infowindow.open(map,m_2062a2ce318d18ac0661743a9213cb0e);});$marker.push(m_2062a2ce318d18ac0661743a9213cb0e);}});}google.maps.event.addDomListener(window, 'load', initialize);