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(41.1864,-111.948)};var g_ff35141125a8e54fbaeea2adef8254ea = new google.maps.Geocoder();g_ff35141125a8e54fbaeea2adef8254ea.geocode( { 'address': "1250 Country Hills Dr, Ogden, UT 84403, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ogden-UT-education-first-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('ogden-UT-education-first-credit-union'), mapOptions);}document.getElementById('34c76fb0').innerHTML += ' | View Map';var $lff35141125a8e54fbaeea2adef8254ea = '

Education First Credit Union

Address: 1250 Country Hills Dr, Ogden, UT 84403, USA
Phone: (801) 392-4877
';var m_ff35141125a8e54fbaeea2adef8254ea = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Education First Credit Union',});m_ff35141125a8e54fbaeea2adef8254ea['infowindow'] = new google.maps.InfoWindow({content: $lff35141125a8e54fbaeea2adef8254ea});var infowindow = new google.maps.InfoWindow({content: $lff35141125a8e54fbaeea2adef8254ea});google.maps.event.addListener(m_ff35141125a8e54fbaeea2adef8254ea, 'click', function() {infowindow.open(map,m_ff35141125a8e54fbaeea2adef8254ea);});$marker.push(m_ff35141125a8e54fbaeea2adef8254ea);}});}google.maps.event.addDomListener(window, 'load', initialize);