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(47.5585,-111.544)};var g_53f467c818ae68d8d5a6922d939aa6d2 = new google.maps.Geocoder();g_53f467c818ae68d8d5a6922d939aa6d2.geocode( { 'address': "99 Us Hwy 89, Vaughn, MT 59487, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('vaughn-MT-exxon').style.display = '';map = new google.maps.Map(document.getElementById('vaughn-MT-exxon'), mapOptions);}document.getElementById('068b08d5').innerHTML += ' | View Map';var $l53f467c818ae68d8d5a6922d939aa6d2 = '

Exxon

Address: 99 Us Hwy 89, Vaughn, MT 59487, USA
Phone: (406) 672-0897
';var m_53f467c818ae68d8d5a6922d939aa6d2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Exxon',});m_53f467c818ae68d8d5a6922d939aa6d2['infowindow'] = new google.maps.InfoWindow({content: $l53f467c818ae68d8d5a6922d939aa6d2});var infowindow = new google.maps.InfoWindow({content: $l53f467c818ae68d8d5a6922d939aa6d2});google.maps.event.addListener(m_53f467c818ae68d8d5a6922d939aa6d2, 'click', function() {infowindow.open(map,m_53f467c818ae68d8d5a6922d939aa6d2);});$marker.push(m_53f467c818ae68d8d5a6922d939aa6d2);}});}google.maps.event.addDomListener(window, 'load', initialize);