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.5919,-111.904)};var g_3ccf50b9d73ea11f758bd030e5ac593f = new google.maps.Geocoder();g_3ccf50b9d73ea11f758bd030e5ac593f.geocode( { 'address': "8805 S. Sandy Park Way, Sandy, UT 84070, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sandy-UT-oe-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('sandy-UT-oe-federal-credit-union'), mapOptions);}document.getElementById('9134f4df').innerHTML += ' | View Map';var $l3ccf50b9d73ea11f758bd030e5ac593f = '

OE Federal Credit Union

Address: 8805 S. Sandy Park Way, Sandy, UT 84070, USA
Phone: (801) 566-1753
';var m_3ccf50b9d73ea11f758bd030e5ac593f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'OE Federal Credit Union',});m_3ccf50b9d73ea11f758bd030e5ac593f['infowindow'] = new google.maps.InfoWindow({content: $l3ccf50b9d73ea11f758bd030e5ac593f});var infowindow = new google.maps.InfoWindow({content: $l3ccf50b9d73ea11f758bd030e5ac593f});google.maps.event.addListener(m_3ccf50b9d73ea11f758bd030e5ac593f, 'click', function() {infowindow.open(map,m_3ccf50b9d73ea11f758bd030e5ac593f);});$marker.push(m_3ccf50b9d73ea11f758bd030e5ac593f);}});}google.maps.event.addDomListener(window, 'load', initialize);