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.6869,-90.2452)};var g_88ad8a0d32851cdcddd95a258166945b = new google.maps.Geocoder();g_88ad8a0d32851cdcddd95a258166945b.geocode( { 'address': "4541 N Kingshighway Blvd, St. Louis, MO 63115, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('st-louis-MO-kingshighway--highway-70-exchange').style.display = '';map = new google.maps.Map(document.getElementById('st-louis-MO-kingshighway--highway-70-exchange'), mapOptions);}document.getElementById('15558399').innerHTML += ' | View Map';var $l88ad8a0d32851cdcddd95a258166945b = '

Kingshighway & Highway 70 Exchange

Address: 4541 N Kingshighway Blvd, St. Louis, MO 63115, USA
Phone: (314) 383-3200
';var m_88ad8a0d32851cdcddd95a258166945b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Kingshighway & Highway 70 Exchange',});m_88ad8a0d32851cdcddd95a258166945b['infowindow'] = new google.maps.InfoWindow({content: $l88ad8a0d32851cdcddd95a258166945b});var infowindow = new google.maps.InfoWindow({content: $l88ad8a0d32851cdcddd95a258166945b});google.maps.event.addListener(m_88ad8a0d32851cdcddd95a258166945b, 'click', function() {infowindow.open(map,m_88ad8a0d32851cdcddd95a258166945b);});$marker.push(m_88ad8a0d32851cdcddd95a258166945b);}});}google.maps.event.addDomListener(window, 'load', initialize);