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.3851,-79.9946)};var g_144a52b21e94b4fdd8442ec1eb53986d = new google.maps.Geocoder();g_144a52b21e94b4fdd8442ec1eb53986d.geocode( { 'address': "2351 Saw Mill Run Blvd, Pittsburgh, PA 15210, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('pittsburgh-PA-used-car-world-inc').style.display = '';map = new google.maps.Map(document.getElementById('pittsburgh-PA-used-car-world-inc'), mapOptions);}document.getElementById('e1473563').innerHTML += ' | View Map';var $l144a52b21e94b4fdd8442ec1eb53986d = '

Used Car World Inc.

Address: 2351 Saw Mill Run Blvd, Pittsburgh, PA 15210, USA
Phone: (412) 882-3123
';var m_144a52b21e94b4fdd8442ec1eb53986d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Used Car World Inc.',});m_144a52b21e94b4fdd8442ec1eb53986d['infowindow'] = new google.maps.InfoWindow({content: $l144a52b21e94b4fdd8442ec1eb53986d});var infowindow = new google.maps.InfoWindow({content: $l144a52b21e94b4fdd8442ec1eb53986d});google.maps.event.addListener(m_144a52b21e94b4fdd8442ec1eb53986d, 'click', function() {infowindow.open(map,m_144a52b21e94b4fdd8442ec1eb53986d);});$marker.push(m_144a52b21e94b4fdd8442ec1eb53986d);}});}google.maps.event.addDomListener(window, 'load', initialize);