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.9532,-76.7704)};var g_1220fe300f11f9b16e4dc2aa42bd6176 = new google.maps.Geocoder();g_1220fe300f11f9b16e4dc2aa42bd6176.geocode( { 'address': "1935 W Market St, York, PA 17404, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('york-PA-credit-connection-auto-sales-and-leasing').style.display = '';map = new google.maps.Map(document.getElementById('york-PA-credit-connection-auto-sales-and-leasing'), mapOptions);}document.getElementById('1de238a1').innerHTML += ' | View Map';var $l1220fe300f11f9b16e4dc2aa42bd6176 = '

Credit Connection Auto Sales and Leasing

Address: 1935 W Market St, York, PA 17404, USA
Phone: (717) 885-0103
';var m_1220fe300f11f9b16e4dc2aa42bd6176 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Credit Connection Auto Sales and Leasing',});m_1220fe300f11f9b16e4dc2aa42bd6176['infowindow'] = new google.maps.InfoWindow({content: $l1220fe300f11f9b16e4dc2aa42bd6176});var infowindow = new google.maps.InfoWindow({content: $l1220fe300f11f9b16e4dc2aa42bd6176});google.maps.event.addListener(m_1220fe300f11f9b16e4dc2aa42bd6176, 'click', function() {infowindow.open(map,m_1220fe300f11f9b16e4dc2aa42bd6176);});$marker.push(m_1220fe300f11f9b16e4dc2aa42bd6176);}});}google.maps.event.addDomListener(window, 'load', initialize);