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.1247,-77.0253)};var g_2d4d7165e69c45e4464248a236737ecb = new google.maps.Geocoder();g_2d4d7165e69c45e4464248a236737ecb.geocode( { 'address': "745 Harrisburg Pike, Dillsburg, PA 17019, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dillsburg-PA-wessels-used-cars').style.display = '';map = new google.maps.Map(document.getElementById('dillsburg-PA-wessels-used-cars'), mapOptions);}document.getElementById('c376bec5').innerHTML += ' | View Map';var $l2d4d7165e69c45e4464248a236737ecb = '

Wessels Used Cars

Address: 745 Harrisburg Pike, Dillsburg, PA 17019, USA
Phone: (717) 432-2918
';var m_2d4d7165e69c45e4464248a236737ecb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wessels Used Cars',});m_2d4d7165e69c45e4464248a236737ecb['infowindow'] = new google.maps.InfoWindow({content: $l2d4d7165e69c45e4464248a236737ecb});var infowindow = new google.maps.InfoWindow({content: $l2d4d7165e69c45e4464248a236737ecb});google.maps.event.addListener(m_2d4d7165e69c45e4464248a236737ecb, 'click', function() {infowindow.open(map,m_2d4d7165e69c45e4464248a236737ecb);});$marker.push(m_2d4d7165e69c45e4464248a236737ecb);}});}google.maps.event.addDomListener(window, 'load', initialize);