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(38.7154,-90.2586)};var g_5718b2cfdd6c6461dc5029734f11df3c = new google.maps.Geocoder();g_5718b2cfdd6c6461dc5029734f11df3c.geocode( { 'address': "6614 W Florissant Ave, Jennings, MO 63136, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('jennings-MO-king-of-kash').style.display = '';map = new google.maps.Map(document.getElementById('jennings-MO-king-of-kash'), mapOptions);}document.getElementById('2bbfdd3c').innerHTML += ' | View Map';var $l5718b2cfdd6c6461dc5029734f11df3c = '

King of Kash

Address: 6614 W Florissant Ave, Jennings, MO 63136, USA
Phone: (314) 657-4332
';var m_5718b2cfdd6c6461dc5029734f11df3c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'King of Kash',});m_5718b2cfdd6c6461dc5029734f11df3c['infowindow'] = new google.maps.InfoWindow({content: $l5718b2cfdd6c6461dc5029734f11df3c});var infowindow = new google.maps.InfoWindow({content: $l5718b2cfdd6c6461dc5029734f11df3c});google.maps.event.addListener(m_5718b2cfdd6c6461dc5029734f11df3c, 'click', function() {infowindow.open(map,m_5718b2cfdd6c6461dc5029734f11df3c);});$marker.push(m_5718b2cfdd6c6461dc5029734f11df3c);}});}google.maps.event.addDomListener(window, 'load', initialize);