Car Dealer Near Chesapeake | First Team Automotive Group (2024)

" + "

" + item.Address + "
" + item.City + ", " + item.State + " " + item.Zip + "

" + "

" + " Get Directions" + " Visit the website" + "

" + "

Todays Hours: " + item.Hours + "

" + "

"; } function GetIndexMap(mapId, elementArray, infoContentFunction, mapObject, markers, boundsFunc, isMobile) { var mapOptions = { zoom: 10, mapTypeId: google.maps.MapTypeId.ROADMAP, scrollwheel: false, styles: [ { "featureType": "all", "elementType": "geometry.fill", "stylers": [ { "weight": "2.00" } ] }, { "featureType": "all", "elementType": "geometry.stroke", "stylers": [ { "color": "#9c9c9c" } ] }, { "featureType": "all", "elementType": "labels.text", "stylers": [ { "visibility": "on" } ] }, { "featureType": "landscape", "elementType": "all", "stylers": [ { "color": "#f2f2f2" } ] }, { "featureType": "landscape", "elementType": "geometry.fill", "stylers": [ { "color": "#ffffff" } ] }, { "featureType": "landscape.man_made", "elementType": "geometry.fill", "stylers": [ { "color": "#ffffff" } ] }, { "featureType": "poi", "elementType": "all", "stylers": [ { "visibility": "off" } ] }, { "featureType": "road", "elementType": "all", "stylers": [ { "saturation": -100 }, { "lightness": 45 } ] }, { "featureType": "road", "elementType": "geometry.fill", "stylers": [ { "color": "#eeeeee" } ] }, { "featureType": "road", "elementType": "labels.text.fill", "stylers": [ { "color": "#7b7b7b" } ] }, { "featureType": "road", "elementType": "labels.text.stroke", "stylers": [ { "color": "#ffffff" } ] }, { "featureType": "road.highway", "elementType": "all", "stylers": [ { "visibility": "simplified" } ] }, { "featureType": "road.arterial", "elementType": "labels.icon", "stylers": [ { "visibility": "off" } ] }, { "featureType": "transit", "elementType": "all", "stylers": [ { "visibility": "off" } ] }, { "featureType": "water", "elementType": "all", "stylers": [ { "color": "#46bcec" }, { "visibility": "on" } ] }, { "featureType": "water", "elementType": "geometry.fill", "stylers": [ { "color": "#b0ccd8" } ] }, { "featureType": "water", "elementType": "labels.text.fill", "stylers": [ { "color": "#070707" } ] }, { "featureType": "water", "elementType": "labels.text.stroke", "stylers": [ { "color": "#ffffff" } ] } ] }; mapObject.map = new google.maps.Map(document.getElementById(mapId), mapOptions); mapObject.infowindow = new google.maps.InfoWindow(); mapObject.geocoder = new google.maps.Geocoder(); google.maps.event.addListener(mapObject.map, 'click', function() { mapObject.infowindow.close(); }); var allEntered = true; if (elementArray instanceof Array) { var newItemList = new Array(); if (elementArray.length > 0) { jQuery.each(elementArray, function(i, val) { if (val.Lat == '' || val.Lon == '') { mapObject.geocoder.geocode({ 'address': val.Address + ' ' + val.City + ', ' + val.State + ' ' + val.Zip }, function(results, status) { if (status == google.maps.GeocoderStatus.OK) { allEntered = false; if (results[0].geometry != null) { val.Lat = results[0].geometry.location.lat(); val.Lon = results[0].geometry.location.lng(); } newItemList[i] = val; var k = 0; for (var j = 0; j < newItemList.length; j++) { if (typeof newItemList[j] != 'undefined') { k++; } } if (k == elementArray.length) { CompleteIndexMap(newItemList, infoContentFunction, mapObject, markers, boundsFunc, isMobile); } } } ); } else { newItemList[i] = val; var k = 0; for (var j = 0; j < newItemList.length; j++) { if (typeof newItemList[j] != 'undefined') { k++; } } if (k == elementArray.length) { CompleteIndexMap(newItemList, infoContentFunction, mapObject, markers, boundsFunc, isMobile); } } }); } else { CompleteIndexMap(newItemList, infoContentFunction, mapObject, markers, boundsFunc); } } } function CompleteIndexMap(itemList, infoContentFunction, mapObject, markers, boundsFunc, isMobile) { setTimeout(function() { var bounds = new google.maps.LatLngBounds(); jQuery.each(itemList, function(i, val) { var image = { url: 'https://ftcdn.azureedge.net/assets/map-marker.png', size: new google.maps.Size(20, 30), origin: new google.maps.Point(0, 0), anchor: new google.maps.Point(0, 0), scaledSize: new google.maps.Size(20, 30) }; var shape = { coords: [-20, -20, -20, 30, 30, 30, -20], type: 'poly' } markers[i] = { marker: new google.maps.Marker({ position: new google.maps.LatLng(val.Lat, val.Lon), map: mapObject.map, title: val.Name, icon: image, shape: shape }), infocontent: '' }; google.maps.event.addListener(markers[i].marker, 'click', function() { var content = infoContentFunction(val); markers[i].infocontent = content; mapObject.infowindow.setContent(markers[i].infocontent); mapObject.infowindow.open(mapObject.map, markers[i].marker); if (!isMobile) { // set correct list item to active $('.desktop-list > .location-li').each(function() { var item = $(this); if (parseInt(item.attr("marker-index")) === i) { item.addClass("active"); } else { item.removeClass("active"); } }); } return; } ); bounds.extend(markers[i].marker.position); }); setBounds(mapObject, bounds); boundsFunc(bounds); }, 100); } function setBounds(mapObject, bounds) { if (!bounds.isEmpty()) { mapObject.map.setCenter(bounds.getCenter()); mapObject.map.fitBounds(bounds); } else { var myLatLng = new google.maps.LatLng(36.964159, -76.352151); mapObject.map.setCenter(myLatLng); mapObject.map.setZoom(10); } } $(document).ready(function() { $("#mobile-map-tab").on("click", function() { setTimeout(function() { setBounds(mobileMap, mobileBounds); }, 100); }); $(window).resize(function() { setTimeout(function() { setBounds(mobileMap, mobileBounds); setBounds(desktopMap, desktopBounds); }, 100); }); });

  • Locations
  • Map
Car Dealer Near Chesapeake | First Team Automotive Group (2024)
Top Articles
Latest Posts
Article information

Author: Eusebia Nader

Last Updated:

Views: 6287

Rating: 5 / 5 (80 voted)

Reviews: 95% of readers found this page helpful

Author information

Name: Eusebia Nader

Birthday: 1994-11-11

Address: Apt. 721 977 Ebert Meadows, Jereville, GA 73618-6603

Phone: +2316203969400

Job: International Farming Consultant

Hobby: Reading, Photography, Shooting, Singing, Magic, Kayaking, Mushroom hunting

Introduction: My name is Eusebia Nader, I am a encouraging, brainy, lively, nice, famous, healthy, clever person who loves writing and wants to share my knowledge and understanding with you.