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(35.8792,-97.4566)};var g_14ca41e0a3e0caf8f79d2eba10d56834 = new google.maps.Geocoder();g_14ca41e0a3e0caf8f79d2eba10d56834.geocode( { 'address': "2517 W Noble Ave, Guthrie, OK 73044, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('guthrie-OK-rainbow-gas--snack').style.display = '';map = new google.maps.Map(document.getElementById('guthrie-OK-rainbow-gas--snack'), mapOptions);}document.getElementById('2c27182a').innerHTML += ' | View Map';var $l14ca41e0a3e0caf8f79d2eba10d56834 = '

Rainbow Gas & Snack

Address: 2517 W Noble Ave, Guthrie, OK 73044, USA
Phone: (405) 282-8086
';var m_14ca41e0a3e0caf8f79d2eba10d56834 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Rainbow Gas & Snack',});m_14ca41e0a3e0caf8f79d2eba10d56834['infowindow'] = new google.maps.InfoWindow({content: $l14ca41e0a3e0caf8f79d2eba10d56834});var infowindow = new google.maps.InfoWindow({content: $l14ca41e0a3e0caf8f79d2eba10d56834});google.maps.event.addListener(m_14ca41e0a3e0caf8f79d2eba10d56834, 'click', function() {infowindow.open(map,m_14ca41e0a3e0caf8f79d2eba10d56834);});$marker.push(m_14ca41e0a3e0caf8f79d2eba10d56834);}});}google.maps.event.addDomListener(window, 'load', initialize);