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(37.9587,-91.7712)};var g_60388949bb6a1b505af405c1ec27e42f = new google.maps.Geocoder();g_60388949bb6a1b505af405c1ec27e42f.geocode( { 'address': "1732 N Bishop Ave, Rolla, MO 65401, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('rolla-MO-king-of-kash---rolla').style.display = '';map = new google.maps.Map(document.getElementById('rolla-MO-king-of-kash---rolla'), mapOptions);}document.getElementById('0d9558ec').innerHTML += ' | View Map';var $l60388949bb6a1b505af405c1ec27e42f = '

King of Kash - Rolla

Address: 1732 N Bishop Ave, Rolla, MO 65401, USA
Phone: (573) 308-3467
';var m_60388949bb6a1b505af405c1ec27e42f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'King of Kash - Rolla',});m_60388949bb6a1b505af405c1ec27e42f['infowindow'] = new google.maps.InfoWindow({content: $l60388949bb6a1b505af405c1ec27e42f});var infowindow = new google.maps.InfoWindow({content: $l60388949bb6a1b505af405c1ec27e42f});google.maps.event.addListener(m_60388949bb6a1b505af405c1ec27e42f, 'click', function() {infowindow.open(map,m_60388949bb6a1b505af405c1ec27e42f);});$marker.push(m_60388949bb6a1b505af405c1ec27e42f);}});}google.maps.event.addDomListener(window, 'load', initialize);