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.5853,-111.86)};var g_aee6d6c54b9ae4e3ab1f6be49464e6ca = new google.maps.Geocoder();g_aee6d6c54b9ae4e3ab1f6be49464e6ca.geocode( { 'address': "9151 Quarry Bend Dr, Sandy, UT 84094, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sandy-UT-granite-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('sandy-UT-granite-credit-union'), mapOptions);}document.getElementById('b33c45e3').innerHTML += ' | View Map';var $laee6d6c54b9ae4e3ab1f6be49464e6ca = '

Granite Credit Union

Address: 9151 Quarry Bend Dr, Sandy, UT 84094, USA
Phone: (801) 288-3000
';var m_aee6d6c54b9ae4e3ab1f6be49464e6ca = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Granite Credit Union',});m_aee6d6c54b9ae4e3ab1f6be49464e6ca['infowindow'] = new google.maps.InfoWindow({content: $laee6d6c54b9ae4e3ab1f6be49464e6ca});var infowindow = new google.maps.InfoWindow({content: $laee6d6c54b9ae4e3ab1f6be49464e6ca});google.maps.event.addListener(m_aee6d6c54b9ae4e3ab1f6be49464e6ca, 'click', function() {infowindow.open(map,m_aee6d6c54b9ae4e3ab1f6be49464e6ca);});$marker.push(m_aee6d6c54b9ae4e3ab1f6be49464e6ca);}});}google.maps.event.addDomListener(window, 'load', initialize);