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.032,-78.5054)};var g_6d061501b6395b30cfb6aaa256e138af = new google.maps.Geocoder();g_6d061501b6395b30cfb6aaa256e138af.geocode( { 'address': "3613 US-220 BUS, Bedford, PA 15522, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bedford-PA-town-hill-auto-sales-and-service').style.display = '';map = new google.maps.Map(document.getElementById('bedford-PA-town-hill-auto-sales-and-service'), mapOptions);}document.getElementById('fd71faa4').innerHTML += ' | View Map';var $l6d061501b6395b30cfb6aaa256e138af = '

Town Hill Auto Sales and Service

Address: 3613 US-220 BUS, Bedford, PA 15522, USA
Phone: (814) 310-2221
';var m_6d061501b6395b30cfb6aaa256e138af = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Town Hill Auto Sales and Service',});m_6d061501b6395b30cfb6aaa256e138af['infowindow'] = new google.maps.InfoWindow({content: $l6d061501b6395b30cfb6aaa256e138af});var infowindow = new google.maps.InfoWindow({content: $l6d061501b6395b30cfb6aaa256e138af});google.maps.event.addListener(m_6d061501b6395b30cfb6aaa256e138af, 'click', function() {infowindow.open(map,m_6d061501b6395b30cfb6aaa256e138af);});$marker.push(m_6d061501b6395b30cfb6aaa256e138af);}});}google.maps.event.addDomListener(window, 'load', initialize);