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.5073,-112.011)};var g_0cbcc379a81888055b068e7cd194d786 = new google.maps.Geocoder();g_0cbcc379a81888055b068e7cd194d786.geocode( { 'address': "5027 13400 S, Herriman, UT 84096, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('herriman-UT-cyprus-credit-union---herriman-branch').style.display = '';map = new google.maps.Map(document.getElementById('herriman-UT-cyprus-credit-union---herriman-branch'), mapOptions);}document.getElementById('bfa1972d').innerHTML += ' | View Map';var $l0cbcc379a81888055b068e7cd194d786 = '

Cyprus Credit Union - HERRIMAN BRANCH

Address: 5027 13400 S, Herriman, UT 84096, USA
Phone: (800) 929-7787
';var m_0cbcc379a81888055b068e7cd194d786 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cyprus Credit Union - HERRIMAN BRANCH',});m_0cbcc379a81888055b068e7cd194d786['infowindow'] = new google.maps.InfoWindow({content: $l0cbcc379a81888055b068e7cd194d786});var infowindow = new google.maps.InfoWindow({content: $l0cbcc379a81888055b068e7cd194d786});google.maps.event.addListener(m_0cbcc379a81888055b068e7cd194d786, 'click', function() {infowindow.open(map,m_0cbcc379a81888055b068e7cd194d786);});$marker.push(m_0cbcc379a81888055b068e7cd194d786);}});}google.maps.event.addDomListener(window, 'load', initialize);