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.1975,-111.979)};var g_0d4b4d86ad5494dd9816cbf00dde7b73 = new google.maps.Geocoder();g_0d4b4d86ad5494dd9816cbf00dde7b73.geocode( { 'address': "3620 Wall Ave, Ogden, UT 84405, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ogden-UT-automatic-car-credit').style.display = '';map = new google.maps.Map(document.getElementById('ogden-UT-automatic-car-credit'), mapOptions);}document.getElementById('d63b6f31').innerHTML += ' | View Map';var $l0d4b4d86ad5494dd9816cbf00dde7b73 = '

Automatic Car Credit

Address: 3620 Wall Ave, Ogden, UT 84405, USA
Phone: (801) 392-0039
';var m_0d4b4d86ad5494dd9816cbf00dde7b73 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Automatic Car Credit',});m_0d4b4d86ad5494dd9816cbf00dde7b73['infowindow'] = new google.maps.InfoWindow({content: $l0d4b4d86ad5494dd9816cbf00dde7b73});var infowindow = new google.maps.InfoWindow({content: $l0d4b4d86ad5494dd9816cbf00dde7b73});google.maps.event.addListener(m_0d4b4d86ad5494dd9816cbf00dde7b73, 'click', function() {infowindow.open(map,m_0d4b4d86ad5494dd9816cbf00dde7b73);});$marker.push(m_0d4b4d86ad5494dd9816cbf00dde7b73);}});}google.maps.event.addDomListener(window, 'load', initialize);