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.8581,-80.2964)};var g_cd2a1086ae4e6f7b98a59dbe339c8f20 = new google.maps.Geocoder();g_cd2a1086ae4e6f7b98a59dbe339c8f20.geocode( { 'address': "1019 Lawrence Ave, Ellwood City, PA 16117, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ellwood-city-PA-preferred-auto-credit-exchange').style.display = '';map = new google.maps.Map(document.getElementById('ellwood-city-PA-preferred-auto-credit-exchange'), mapOptions);}document.getElementById('a895a446').innerHTML += ' | View Map';var $lcd2a1086ae4e6f7b98a59dbe339c8f20 = '

Preferred Auto Credit Exchange

Address: 1019 Lawrence Ave, Ellwood City, PA 16117, USA
Phone: (724) 752-8286
';var m_cd2a1086ae4e6f7b98a59dbe339c8f20 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Preferred Auto Credit Exchange',});m_cd2a1086ae4e6f7b98a59dbe339c8f20['infowindow'] = new google.maps.InfoWindow({content: $lcd2a1086ae4e6f7b98a59dbe339c8f20});var infowindow = new google.maps.InfoWindow({content: $lcd2a1086ae4e6f7b98a59dbe339c8f20});google.maps.event.addListener(m_cd2a1086ae4e6f7b98a59dbe339c8f20, 'click', function() {infowindow.open(map,m_cd2a1086ae4e6f7b98a59dbe339c8f20);});$marker.push(m_cd2a1086ae4e6f7b98a59dbe339c8f20);}});}google.maps.event.addDomListener(window, 'load', initialize);