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.2049,-111.98)};var g_940297ccc2a6e32c4a2523e3ec8ec8a3 = new google.maps.Geocoder();g_940297ccc2a6e32c4a2523e3ec8ec8a3.geocode( { 'address': "3241 Wall Ave, Ogden, UT 84401, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ogden-UT-luckys-auto-credit-ogden').style.display = '';map = new google.maps.Map(document.getElementById('ogden-UT-luckys-auto-credit-ogden'), mapOptions);}document.getElementById('3c681794').innerHTML += ' | View Map';var $l940297ccc2a6e32c4a2523e3ec8ec8a3 = '

Lucky's Auto Credit: Ogden

Address: 3241 Wall Ave, Ogden, UT 84401, USA
Phone: (801) 618-1300
';var m_940297ccc2a6e32c4a2523e3ec8ec8a3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Lucky's Auto Credit: Ogden',});m_940297ccc2a6e32c4a2523e3ec8ec8a3['infowindow'] = new google.maps.InfoWindow({content: $l940297ccc2a6e32c4a2523e3ec8ec8a3});var infowindow = new google.maps.InfoWindow({content: $l940297ccc2a6e32c4a2523e3ec8ec8a3});google.maps.event.addListener(m_940297ccc2a6e32c4a2523e3ec8ec8a3, 'click', function() {infowindow.open(map,m_940297ccc2a6e32c4a2523e3ec8ec8a3);});$marker.push(m_940297ccc2a6e32c4a2523e3ec8ec8a3);}});}google.maps.event.addDomListener(window, 'load', initialize);