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(34.9135,-95.3214)};var g_9990a890f3a93e06ce4221f9eac1c432 = new google.maps.Geocoder();g_9990a890f3a93e06ce4221f9eac1c432.geocode( { 'address': "414 W Main St, Wilburton, OK 74578, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('wilburton-OK-handy-stop-grocery').style.display = '';map = new google.maps.Map(document.getElementById('wilburton-OK-handy-stop-grocery'), mapOptions);}document.getElementById('b0e25906').innerHTML += ' | View Map';var $l9990a890f3a93e06ce4221f9eac1c432 = '

Handy Stop Grocery

Address: 414 W Main St, Wilburton, OK 74578, USA
Phone: (918) 465-2079
';var m_9990a890f3a93e06ce4221f9eac1c432 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Handy Stop Grocery',});m_9990a890f3a93e06ce4221f9eac1c432['infowindow'] = new google.maps.InfoWindow({content: $l9990a890f3a93e06ce4221f9eac1c432});var infowindow = new google.maps.InfoWindow({content: $l9990a890f3a93e06ce4221f9eac1c432});google.maps.event.addListener(m_9990a890f3a93e06ce4221f9eac1c432, 'click', function() {infowindow.open(map,m_9990a890f3a93e06ce4221f9eac1c432);});$marker.push(m_9990a890f3a93e06ce4221f9eac1c432);}});}google.maps.event.addDomListener(window, 'load', initialize);