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.09,-111.935)};var g_718ce6d4842257f366217e6508d3d8f1 = new google.maps.Geocoder();g_718ce6d4842257f366217e6508d3d8f1.geocode( { 'address': "1760 E 2100 N, Layton, UT 84040, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('layton-UT-dixie-servicing').style.display = '';map = new google.maps.Map(document.getElementById('layton-UT-dixie-servicing'), mapOptions);}document.getElementById('ba414a31').innerHTML += ' | View Map';var $l718ce6d4842257f366217e6508d3d8f1 = '

Dixie Servicing

Address: 1760 E 2100 N, Layton, UT 84040, USA
Phone: (888) 445-6538
';var m_718ce6d4842257f366217e6508d3d8f1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Dixie Servicing',});m_718ce6d4842257f366217e6508d3d8f1['infowindow'] = new google.maps.InfoWindow({content: $l718ce6d4842257f366217e6508d3d8f1});var infowindow = new google.maps.InfoWindow({content: $l718ce6d4842257f366217e6508d3d8f1});google.maps.event.addListener(m_718ce6d4842257f366217e6508d3d8f1, 'click', function() {infowindow.open(map,m_718ce6d4842257f366217e6508d3d8f1);});$marker.push(m_718ce6d4842257f366217e6508d3d8f1);}});}google.maps.event.addDomListener(window, 'load', initialize);