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(36.1259,-97.0506)};var g_30fc34e02dd931ceae4f02fdcdaf6b45 = new google.maps.Geocoder();g_30fc34e02dd931ceae4f02fdcdaf6b45.geocode( { 'address': "211 N Perkins Rd Ste 8, Stillwater, OK 74075, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('stillwater-OK-check-n-go').style.display = '';map = new google.maps.Map(document.getElementById('stillwater-OK-check-n-go'), mapOptions);}document.getElementById('377d6bcb').innerHTML += ' | View Map';var $l30fc34e02dd931ceae4f02fdcdaf6b45 = '

Check 'n Go

Address: 211 N Perkins Rd Ste 8, Stillwater, OK 74075, USA
Phone: (405) 743-5980
';var m_30fc34e02dd931ceae4f02fdcdaf6b45 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Check 'n Go',});m_30fc34e02dd931ceae4f02fdcdaf6b45['infowindow'] = new google.maps.InfoWindow({content: $l30fc34e02dd931ceae4f02fdcdaf6b45});var infowindow = new google.maps.InfoWindow({content: $l30fc34e02dd931ceae4f02fdcdaf6b45});google.maps.event.addListener(m_30fc34e02dd931ceae4f02fdcdaf6b45, 'click', function() {infowindow.open(map,m_30fc34e02dd931ceae4f02fdcdaf6b45);});$marker.push(m_30fc34e02dd931ceae4f02fdcdaf6b45);}});}google.maps.event.addDomListener(window, 'load', initialize);