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.7222,-111.94)};var g_0b3a0f9e7b3d9c3a27172131b5e3daa1 = new google.maps.Geocoder();g_0b3a0f9e7b3d9c3a27172131b5e3daa1.geocode( { 'address': "2250 S Redwood Rd # 6, Salt Lake City, UT 84119, USA"}, 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('662c46bf').innerHTML += ' | View Map';var $l0b3a0f9e7b3d9c3a27172131b5e3daa1 = '

P & S Credit Union

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