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.4456,-79.8284)};var g_4e370d57ccc4153f2fd28fab7ddacd60 = new google.maps.Geocoder();g_4e370d57ccc4153f2fd28fab7ddacd60.geocode( { 'address': "700 Rodi Rd, Penn Hills, PA 15235, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('penn-hills-PA-pgh-credit-cars').style.display = '';map = new google.maps.Map(document.getElementById('penn-hills-PA-pgh-credit-cars'), mapOptions);}document.getElementById('20aca52c').innerHTML += ' | View Map';var $l4e370d57ccc4153f2fd28fab7ddacd60 = '

PGH CredIt Cars

Address: 700 Rodi Rd, Penn Hills, PA 15235, USA
Phone: (412) 244-3300
';var m_4e370d57ccc4153f2fd28fab7ddacd60 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'PGH CredIt Cars',});m_4e370d57ccc4153f2fd28fab7ddacd60['infowindow'] = new google.maps.InfoWindow({content: $l4e370d57ccc4153f2fd28fab7ddacd60});var infowindow = new google.maps.InfoWindow({content: $l4e370d57ccc4153f2fd28fab7ddacd60});google.maps.event.addListener(m_4e370d57ccc4153f2fd28fab7ddacd60, 'click', function() {infowindow.open(map,m_4e370d57ccc4153f2fd28fab7ddacd60);});$marker.push(m_4e370d57ccc4153f2fd28fab7ddacd60);}});}google.maps.event.addDomListener(window, 'load', initialize);