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(39.7847,-75.9786)};var g_6ce70aaf7632b13730090b8ca05ef00f = new google.maps.Geocoder();g_6ce70aaf7632b13730090b8ca05ef00f.geocode( { 'address': "308 Market St # 1, Oxford, PA 19363, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('oxford-PA-auto-tags-plus').style.display = '';map = new google.maps.Map(document.getElementById('oxford-PA-auto-tags-plus'), mapOptions);}document.getElementById('eb88c0d9').innerHTML += ' | View Map';var $l6ce70aaf7632b13730090b8ca05ef00f = '

Auto Tags Plus

Address: 308 Market St # 1, Oxford, PA 19363, USA
Phone: (610) 932-4000
';var m_6ce70aaf7632b13730090b8ca05ef00f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Auto Tags Plus',});m_6ce70aaf7632b13730090b8ca05ef00f['infowindow'] = new google.maps.InfoWindow({content: $l6ce70aaf7632b13730090b8ca05ef00f});var infowindow = new google.maps.InfoWindow({content: $l6ce70aaf7632b13730090b8ca05ef00f});google.maps.event.addListener(m_6ce70aaf7632b13730090b8ca05ef00f, 'click', function() {infowindow.open(map,m_6ce70aaf7632b13730090b8ca05ef00f);});$marker.push(m_6ce70aaf7632b13730090b8ca05ef00f);}});}google.maps.event.addDomListener(window, 'load', initialize);