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.5605,-111.937)};var g_81d9cdfbc3112e3f28aa14d3edbd7def = new google.maps.Geocoder();g_81d9cdfbc3112e3f28aa14d3edbd7def.geocode( { 'address': "10507 S Redwood Rd, South Jordan, UT 84095, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('south-jordan-UT-granite-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('south-jordan-UT-granite-credit-union'), mapOptions);}document.getElementById('c1ac3bfd').innerHTML += ' | View Map';var $l81d9cdfbc3112e3f28aa14d3edbd7def = '

Granite Credit Union

Address: 10507 S Redwood Rd, South Jordan, UT 84095, USA
Phone: (801) 288-3000
';var m_81d9cdfbc3112e3f28aa14d3edbd7def = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Granite Credit Union',});m_81d9cdfbc3112e3f28aa14d3edbd7def['infowindow'] = new google.maps.InfoWindow({content: $l81d9cdfbc3112e3f28aa14d3edbd7def});var infowindow = new google.maps.InfoWindow({content: $l81d9cdfbc3112e3f28aa14d3edbd7def});google.maps.event.addListener(m_81d9cdfbc3112e3f28aa14d3edbd7def, 'click', function() {infowindow.open(map,m_81d9cdfbc3112e3f28aa14d3edbd7def);});$marker.push(m_81d9cdfbc3112e3f28aa14d3edbd7def);}});}google.maps.event.addDomListener(window, 'load', initialize);