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.3498,-79.9275)};var g_a4a39c4db5fb41fa79f1619da9a1be57 = new google.maps.Geocoder();g_a4a39c4db5fb41fa79f1619da9a1be57.geocode( { 'address': "2980 Lebanon Church Rd, West Mifflin, PA 15122, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('west-mifflin-PA-all-credit-motors').style.display = '';map = new google.maps.Map(document.getElementById('west-mifflin-PA-all-credit-motors'), mapOptions);}document.getElementById('65999b12').innerHTML += ' | View Map';var $la4a39c4db5fb41fa79f1619da9a1be57 = '

All Credit Motors

Address: 2980 Lebanon Church Rd, West Mifflin, PA 15122, USA
Phone: (412) 465-5977
';var m_a4a39c4db5fb41fa79f1619da9a1be57 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'All Credit Motors',});m_a4a39c4db5fb41fa79f1619da9a1be57['infowindow'] = new google.maps.InfoWindow({content: $la4a39c4db5fb41fa79f1619da9a1be57});var infowindow = new google.maps.InfoWindow({content: $la4a39c4db5fb41fa79f1619da9a1be57});google.maps.event.addListener(m_a4a39c4db5fb41fa79f1619da9a1be57, 'click', function() {infowindow.open(map,m_a4a39c4db5fb41fa79f1619da9a1be57);});$marker.push(m_a4a39c4db5fb41fa79f1619da9a1be57);}});}google.maps.event.addDomListener(window, 'load', initialize);