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.7173,-111.831)};var g_832635d692f57778f906e5563b757187 = new google.maps.Geocoder();g_832635d692f57778f906e5563b757187.geocode( { 'address': "545 West 465 North, 120, Logan, UT 84321, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('logan-UT-celtic-bank').style.display = '';map = new google.maps.Map(document.getElementById('logan-UT-celtic-bank'), mapOptions);}document.getElementById('efa66989').innerHTML += ' | View Map';var $l832635d692f57778f906e5563b757187 = '

Celtic Bank

Address: 545 West 465 North, 120, Logan, UT 84321, USA
Phone: (435) 213-3385
';var m_832635d692f57778f906e5563b757187 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Celtic Bank',});m_832635d692f57778f906e5563b757187['infowindow'] = new google.maps.InfoWindow({content: $l832635d692f57778f906e5563b757187});var infowindow = new google.maps.InfoWindow({content: $l832635d692f57778f906e5563b757187});google.maps.event.addListener(m_832635d692f57778f906e5563b757187, 'click', function() {infowindow.open(map,m_832635d692f57778f906e5563b757187);});$marker.push(m_832635d692f57778f906e5563b757187);}});}google.maps.event.addDomListener(window, 'load', initialize);