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.1747,-74.8881)};var g_e2fd3d57e43d80a5df90a90a0da3bbf8 = new google.maps.Geocoder();g_e2fd3d57e43d80a5df90a90a0da3bbf8.geocode( { 'address': "1816 Lincoln Hwy, Langhorne, PA 19047, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('langhorne-PA-drivetime-used-cars').style.display = '';map = new google.maps.Map(document.getElementById('langhorne-PA-drivetime-used-cars'), mapOptions);}document.getElementById('fbdfcee4').innerHTML += ' | View Map';var $le2fd3d57e43d80a5df90a90a0da3bbf8 = '

DriveTime Used Cars

Address: 1816 Lincoln Hwy, Langhorne, PA 19047, USA
Phone: (215) 478-9010
';var m_e2fd3d57e43d80a5df90a90a0da3bbf8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'DriveTime Used Cars',});m_e2fd3d57e43d80a5df90a90a0da3bbf8['infowindow'] = new google.maps.InfoWindow({content: $le2fd3d57e43d80a5df90a90a0da3bbf8});var infowindow = new google.maps.InfoWindow({content: $le2fd3d57e43d80a5df90a90a0da3bbf8});google.maps.event.addListener(m_e2fd3d57e43d80a5df90a90a0da3bbf8, 'click', function() {infowindow.open(map,m_e2fd3d57e43d80a5df90a90a0da3bbf8);});$marker.push(m_e2fd3d57e43d80a5df90a90a0da3bbf8);}});}google.maps.event.addDomListener(window, 'load', initialize);