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.7498,-90.2815)};var g_c42c596f19b653af9f3f21d4f6764cb5 = new google.maps.Geocoder();g_c42c596f19b653af9f3f21d4f6764cb5.geocode( { 'address': "1423 Chambers Rd, St. Louis, MO 63135, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('st-louis-MO-king-of-kash').style.display = '';map = new google.maps.Map(document.getElementById('st-louis-MO-king-of-kash'), mapOptions);}document.getElementById('4cec4179').innerHTML += ' | View Map';var $lc42c596f19b653af9f3f21d4f6764cb5 = '

King of Kash

Address: 1423 Chambers Rd, St. Louis, MO 63135, USA
Phone: (314) 252-3590
';var m_c42c596f19b653af9f3f21d4f6764cb5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'King of Kash',});m_c42c596f19b653af9f3f21d4f6764cb5['infowindow'] = new google.maps.InfoWindow({content: $lc42c596f19b653af9f3f21d4f6764cb5});var infowindow = new google.maps.InfoWindow({content: $lc42c596f19b653af9f3f21d4f6764cb5});google.maps.event.addListener(m_c42c596f19b653af9f3f21d4f6764cb5, 'click', function() {infowindow.open(map,m_c42c596f19b653af9f3f21d4f6764cb5);});$marker.push(m_c42c596f19b653af9f3f21d4f6764cb5);}});}google.maps.event.addDomListener(window, 'load', initialize);