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(41.2639,-75.8942)};var g_8d611ccaf2fe62e955702e6246aa64bf = new google.maps.Geocoder();g_8d611ccaf2fe62e955702e6246aa64bf.geocode( { 'address': "303 S Wyoming Ave, Kingston, PA 18704, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('kingston-PA-car-lotta-car-sales').style.display = '';map = new google.maps.Map(document.getElementById('kingston-PA-car-lotta-car-sales'), mapOptions);}document.getElementById('d314e813').innerHTML += ' | View Map';var $l8d611ccaf2fe62e955702e6246aa64bf = '

Car-Lotta Car Sales

Address: 303 S Wyoming Ave, Kingston, PA 18704, USA
Phone: (570) 287-5445
';var m_8d611ccaf2fe62e955702e6246aa64bf = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Car-Lotta Car Sales',});m_8d611ccaf2fe62e955702e6246aa64bf['infowindow'] = new google.maps.InfoWindow({content: $l8d611ccaf2fe62e955702e6246aa64bf});var infowindow = new google.maps.InfoWindow({content: $l8d611ccaf2fe62e955702e6246aa64bf});google.maps.event.addListener(m_8d611ccaf2fe62e955702e6246aa64bf, 'click', function() {infowindow.open(map,m_8d611ccaf2fe62e955702e6246aa64bf);});$marker.push(m_8d611ccaf2fe62e955702e6246aa64bf);}});}google.maps.event.addDomListener(window, 'load', initialize);