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(33.6693,-80.7884)};var g_498dcb589b585b12cbd571ffeae8c181 = new google.maps.Geocoder();g_498dcb589b585b12cbd571ffeae8c181.geocode( { 'address': "604 Bridge St, St Matthews, SC 29135, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('saint-matthews-SC-short-stop').style.display = '';map = new google.maps.Map(document.getElementById('saint-matthews-SC-short-stop'), mapOptions);}document.getElementById('e4a98bd2').innerHTML += ' | View Map';var $l498dcb589b585b12cbd571ffeae8c181 = '

Short Stop

Address: 604 Bridge St, St Matthews, SC 29135, USA
Phone: (803) 874-4600
';var m_498dcb589b585b12cbd571ffeae8c181 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Short Stop',});m_498dcb589b585b12cbd571ffeae8c181['infowindow'] = new google.maps.InfoWindow({content: $l498dcb589b585b12cbd571ffeae8c181});var infowindow = new google.maps.InfoWindow({content: $l498dcb589b585b12cbd571ffeae8c181});google.maps.event.addListener(m_498dcb589b585b12cbd571ffeae8c181, 'click', function() {infowindow.open(map,m_498dcb589b585b12cbd571ffeae8c181);});$marker.push(m_498dcb589b585b12cbd571ffeae8c181);}});}google.maps.event.addDomListener(window, 'load', initialize);