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.572,-75.4805)};var g_dda4bdea15022bac2479280f775d1fb7 = new google.maps.Geocoder();g_dda4bdea15022bac2479280f775d1fb7.geocode( { 'address': "2221 Lehigh St, Allentown, PA 18103, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('allentown-PA-drivetime-used-cars').style.display = '';map = new google.maps.Map(document.getElementById('allentown-PA-drivetime-used-cars'), mapOptions);}document.getElementById('a924d7bc').innerHTML += ' | View Map';var $ldda4bdea15022bac2479280f775d1fb7 = '

DriveTime Used Cars

Address: 2221 Lehigh St, Allentown, PA 18103, USA
Phone: (484) 795-2690
';var m_dda4bdea15022bac2479280f775d1fb7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'DriveTime Used Cars',});m_dda4bdea15022bac2479280f775d1fb7['infowindow'] = new google.maps.InfoWindow({content: $ldda4bdea15022bac2479280f775d1fb7});var infowindow = new google.maps.InfoWindow({content: $ldda4bdea15022bac2479280f775d1fb7});google.maps.event.addListener(m_dda4bdea15022bac2479280f775d1fb7, 'click', function() {infowindow.open(map,m_dda4bdea15022bac2479280f775d1fb7);});$marker.push(m_dda4bdea15022bac2479280f775d1fb7);}});}google.maps.event.addDomListener(window, 'load', initialize);