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.763,-76.3825)};var g_7e92c2d12cefa8a8fdded24e28f815c2 = new google.maps.Geocoder();g_7e92c2d12cefa8a8fdded24e28f815c2.geocode( { 'address': "Ashland, PA 17921, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ashland-PA-ez-credit-car').style.display = '';map = new google.maps.Map(document.getElementById('ashland-PA-ez-credit-car'), mapOptions);}document.getElementById('d223c9b3').innerHTML += ' | View Map';var $l7e92c2d12cefa8a8fdded24e28f815c2 = '

Ez Credit Car

Address: Ashland, PA 17921, USA
Phone:
';var m_7e92c2d12cefa8a8fdded24e28f815c2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Ez Credit Car',});m_7e92c2d12cefa8a8fdded24e28f815c2['infowindow'] = new google.maps.InfoWindow({content: $l7e92c2d12cefa8a8fdded24e28f815c2});var infowindow = new google.maps.InfoWindow({content: $l7e92c2d12cefa8a8fdded24e28f815c2});google.maps.event.addListener(m_7e92c2d12cefa8a8fdded24e28f815c2, 'click', function() {infowindow.open(map,m_7e92c2d12cefa8a8fdded24e28f815c2);});$marker.push(m_7e92c2d12cefa8a8fdded24e28f815c2);}});}google.maps.event.addDomListener(window, 'load', initialize);