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.7556,-111.822)};var g_de9b07851a1339184d97c9fdc4d91385 = new google.maps.Geocoder();g_de9b07851a1339184d97c9fdc4d91385.geocode( { 'address': "500 E 1400 N, Logan, UT 84341, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('logan-UT-logan-medical-federal-credit-union---wwwloganmedicalfcuorg').style.display = '';map = new google.maps.Map(document.getElementById('logan-UT-logan-medical-federal-credit-union---wwwloganmedicalfcuorg'), mapOptions);}document.getElementById('87cd29b1').innerHTML += ' | View Map';var $lde9b07851a1339184d97c9fdc4d91385 = '

Logan Medical Federal Credit Union - www.loganmedicalfcu.org

Address: 500 E 1400 N, Logan, UT 84341, USA
Phone: (435) 716-5392
';var m_de9b07851a1339184d97c9fdc4d91385 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Logan Medical Federal Credit Union - www.loganmedicalfcu.org',});m_de9b07851a1339184d97c9fdc4d91385['infowindow'] = new google.maps.InfoWindow({content: $lde9b07851a1339184d97c9fdc4d91385});var infowindow = new google.maps.InfoWindow({content: $lde9b07851a1339184d97c9fdc4d91385});google.maps.event.addListener(m_de9b07851a1339184d97c9fdc4d91385, 'click', function() {infowindow.open(map,m_de9b07851a1339184d97c9fdc4d91385);});$marker.push(m_de9b07851a1339184d97c9fdc4d91385);}});}google.maps.event.addDomListener(window, 'load', initialize);