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.315,-95.6205)};var g_db64979a2536826c66d2e57342f9b8a9 = new google.maps.Geocoder();g_db64979a2536826c66d2e57342f9b8a9.geocode( { 'address': "900 W Will Rogers Blvd, Claremore, OK 74017, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('claremore-OK-check-n-go').style.display = '';map = new google.maps.Map(document.getElementById('claremore-OK-check-n-go'), mapOptions);}document.getElementById('f7afbd2b').innerHTML += ' | View Map';var $ldb64979a2536826c66d2e57342f9b8a9 = '

Check 'n Go

Address: 900 W Will Rogers Blvd, Claremore, OK 74017, USA
Phone: (918) 342-3680
';var m_db64979a2536826c66d2e57342f9b8a9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Check 'n Go',});m_db64979a2536826c66d2e57342f9b8a9['infowindow'] = new google.maps.InfoWindow({content: $ldb64979a2536826c66d2e57342f9b8a9});var infowindow = new google.maps.InfoWindow({content: $ldb64979a2536826c66d2e57342f9b8a9});google.maps.event.addListener(m_db64979a2536826c66d2e57342f9b8a9, 'click', function() {infowindow.open(map,m_db64979a2536826c66d2e57342f9b8a9);});$marker.push(m_db64979a2536826c66d2e57342f9b8a9);}});}google.maps.event.addDomListener(window, 'load', initialize);