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.7431,-111.835)};var g_878cbc9ed11d6c167ef0065805a85392 = new google.maps.Geocoder();g_878cbc9ed11d6c167ef0065805a85392.geocode( { 'address': "615 N Main St, Logan, UT 84321, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('logan-UT-automatic-car-credit').style.display = '';map = new google.maps.Map(document.getElementById('logan-UT-automatic-car-credit'), mapOptions);}document.getElementById('2f7a0392').innerHTML += ' | View Map';var $l878cbc9ed11d6c167ef0065805a85392 = '

Automatic Car Credit

Address: 615 N Main St, Logan, UT 84321, USA
Phone: (435) 713-4350
';var m_878cbc9ed11d6c167ef0065805a85392 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Automatic Car Credit',});m_878cbc9ed11d6c167ef0065805a85392['infowindow'] = new google.maps.InfoWindow({content: $l878cbc9ed11d6c167ef0065805a85392});var infowindow = new google.maps.InfoWindow({content: $l878cbc9ed11d6c167ef0065805a85392});google.maps.event.addListener(m_878cbc9ed11d6c167ef0065805a85392, 'click', function() {infowindow.open(map,m_878cbc9ed11d6c167ef0065805a85392);});$marker.push(m_878cbc9ed11d6c167ef0065805a85392);}});}google.maps.event.addDomListener(window, 'load', initialize);