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.9422,-76.6448)};var g_d855ef37fb3c07f657a489eab125fc3e = new google.maps.Geocoder();g_d855ef37fb3c07f657a489eab125fc3e.geocode( { 'address': "2585 Cape Horn Rd, Red Lion, PA 17356, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('red-lion-PA-credit-king-autos').style.display = '';map = new google.maps.Map(document.getElementById('red-lion-PA-credit-king-autos'), mapOptions);}document.getElementById('ff0f3f5a').innerHTML += ' | View Map';var $ld855ef37fb3c07f657a489eab125fc3e = '

Credit King Autos

Address: 2585 Cape Horn Rd, Red Lion, PA 17356, USA
Phone: (717) 650-1286
';var m_d855ef37fb3c07f657a489eab125fc3e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Credit King Autos',});m_d855ef37fb3c07f657a489eab125fc3e['infowindow'] = new google.maps.InfoWindow({content: $ld855ef37fb3c07f657a489eab125fc3e});var infowindow = new google.maps.InfoWindow({content: $ld855ef37fb3c07f657a489eab125fc3e});google.maps.event.addListener(m_d855ef37fb3c07f657a489eab125fc3e, 'click', function() {infowindow.open(map,m_d855ef37fb3c07f657a489eab125fc3e);});$marker.push(m_d855ef37fb3c07f657a489eab125fc3e);}});}google.maps.event.addDomListener(window, 'load', initialize);