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(40.0328,-75.0504)};var g_a39003dbd1e6cfea0eb1ed27b6c03e35 = new google.maps.Geocoder();g_a39003dbd1e6cfea0eb1ed27b6c03e35.geocode( { 'address': "6824 Frankford Ave, Philadelphia, PA 19135, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('philadelphia-PA-sl-automotive-solutions-inc').style.display = '';map = new google.maps.Map(document.getElementById('philadelphia-PA-sl-automotive-solutions-inc'), mapOptions);}document.getElementById('f446e29c').innerHTML += ' | View Map';var $la39003dbd1e6cfea0eb1ed27b6c03e35 = '

S&L AUTOMOTIVE SOLUTIONS INC

Address: 6824 Frankford Ave, Philadelphia, PA 19135, USA
Phone: (215) 904-7707
';var m_a39003dbd1e6cfea0eb1ed27b6c03e35 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'S&L AUTOMOTIVE SOLUTIONS INC',});m_a39003dbd1e6cfea0eb1ed27b6c03e35['infowindow'] = new google.maps.InfoWindow({content: $la39003dbd1e6cfea0eb1ed27b6c03e35});var infowindow = new google.maps.InfoWindow({content: $la39003dbd1e6cfea0eb1ed27b6c03e35});google.maps.event.addListener(m_a39003dbd1e6cfea0eb1ed27b6c03e35, 'click', function() {infowindow.open(map,m_a39003dbd1e6cfea0eb1ed27b6c03e35);});$marker.push(m_a39003dbd1e6cfea0eb1ed27b6c03e35);}});}google.maps.event.addDomListener(window, 'load', initialize);