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(40.4564,-109.54)};var g_b6fb195cd80c0e13f03cb75d7f1c51ca = new google.maps.Geocoder();g_b6fb195cd80c0e13f03cb75d7f1c51ca.geocode( { 'address': "630 W Main St, Vernal, UT 84078, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('vernal-UT-jiffys').style.display = '';map = new google.maps.Map(document.getElementById('vernal-UT-jiffys'), mapOptions);}document.getElementById('e8a7cbf5').innerHTML += ' | View Map';var $lb6fb195cd80c0e13f03cb75d7f1c51ca = '

Jiffy's

Address: 630 W Main St, Vernal, UT 84078, USA
Phone: (435) 789-4394
';var m_b6fb195cd80c0e13f03cb75d7f1c51ca = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Jiffy's',});m_b6fb195cd80c0e13f03cb75d7f1c51ca['infowindow'] = new google.maps.InfoWindow({content: $lb6fb195cd80c0e13f03cb75d7f1c51ca});var infowindow = new google.maps.InfoWindow({content: $lb6fb195cd80c0e13f03cb75d7f1c51ca});google.maps.event.addListener(m_b6fb195cd80c0e13f03cb75d7f1c51ca, 'click', function() {infowindow.open(map,m_b6fb195cd80c0e13f03cb75d7f1c51ca);});$marker.push(m_b6fb195cd80c0e13f03cb75d7f1c51ca);}});}google.maps.event.addDomListener(window, 'load', initialize);