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.7348,-111.835)};var g_0a750b4b5b3575e19c6c28910cf165eb = new google.maps.Geocoder();g_0a750b4b5b3575e19c6c28910cf165eb.geocode( { 'address': "180 N Main St, Logan, UT 84321, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('logan-UT-credit-aid-today').style.display = '';map = new google.maps.Map(document.getElementById('logan-UT-credit-aid-today'), mapOptions);}document.getElementById('b31aeec7').innerHTML += ' | View Map';var $l0a750b4b5b3575e19c6c28910cf165eb = '

Credit Aid Today

Address: 180 N Main St, Logan, UT 84321, USA
Phone: (435) 754-3006
';var m_0a750b4b5b3575e19c6c28910cf165eb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Credit Aid Today',});m_0a750b4b5b3575e19c6c28910cf165eb['infowindow'] = new google.maps.InfoWindow({content: $l0a750b4b5b3575e19c6c28910cf165eb});var infowindow = new google.maps.InfoWindow({content: $l0a750b4b5b3575e19c6c28910cf165eb});google.maps.event.addListener(m_0a750b4b5b3575e19c6c28910cf165eb, 'click', function() {infowindow.open(map,m_0a750b4b5b3575e19c6c28910cf165eb);});$marker.push(m_0a750b4b5b3575e19c6c28910cf165eb);}});}google.maps.event.addDomListener(window, 'load', initialize);