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.6671,-111.966)};var g_e35582bc79e77541df61ccc3cfe8fc8b = new google.maps.Geocoder();g_e35582bc79e77541df61ccc3cfe8fc8b.geocode( { 'address': "3141 4700 S, Salt Lake City, UT 84118, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('salt-lake-city-UT-hercules-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('salt-lake-city-UT-hercules-credit-union'), mapOptions);}document.getElementById('498bc7f2').innerHTML += ' | View Map';var $le35582bc79e77541df61ccc3cfe8fc8b = '

Hercules Credit Union

Address: 3141 4700 S, Salt Lake City, UT 84118, USA
Phone: (801) 968-9011
';var m_e35582bc79e77541df61ccc3cfe8fc8b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Hercules Credit Union',});m_e35582bc79e77541df61ccc3cfe8fc8b['infowindow'] = new google.maps.InfoWindow({content: $le35582bc79e77541df61ccc3cfe8fc8b});var infowindow = new google.maps.InfoWindow({content: $le35582bc79e77541df61ccc3cfe8fc8b});google.maps.event.addListener(m_e35582bc79e77541df61ccc3cfe8fc8b, 'click', function() {infowindow.open(map,m_e35582bc79e77541df61ccc3cfe8fc8b);});$marker.push(m_e35582bc79e77541df61ccc3cfe8fc8b);}});}google.maps.event.addDomListener(window, 'load', initialize);