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.6277,-111.865)};var g_fd04ecf4077388816a37d6ac193c3152 = new google.maps.Geocoder();g_fd04ecf4077388816a37d6ac193c3152.geocode( { 'address': "6799 900 E, Midvale, UT 84047, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('midvale-UT-granite-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('midvale-UT-granite-credit-union'), mapOptions);}document.getElementById('f4b872a8').innerHTML += ' | View Map';var $lfd04ecf4077388816a37d6ac193c3152 = '

Granite Credit Union

Address: 6799 900 E, Midvale, UT 84047, USA
Phone: (801) 288-3000
';var m_fd04ecf4077388816a37d6ac193c3152 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Granite Credit Union',});m_fd04ecf4077388816a37d6ac193c3152['infowindow'] = new google.maps.InfoWindow({content: $lfd04ecf4077388816a37d6ac193c3152});var infowindow = new google.maps.InfoWindow({content: $lfd04ecf4077388816a37d6ac193c3152});google.maps.event.addListener(m_fd04ecf4077388816a37d6ac193c3152, 'click', function() {infowindow.open(map,m_fd04ecf4077388816a37d6ac193c3152);});$marker.push(m_fd04ecf4077388816a37d6ac193c3152);}});}google.maps.event.addDomListener(window, 'load', initialize);