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(37.0746,-76.4746)};var g_ab4bb09967b87a18a71870e7ac10cc8b = new google.maps.Geocoder();g_ab4bb09967b87a18a71870e7ac10cc8b.geocode( { 'address': "11700 Jefferson Ave, Newport News, VA 23606, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('newport-news-VA-casey-chevrolet').style.display = '';map = new google.maps.Map(document.getElementById('newport-news-VA-casey-chevrolet'), mapOptions);}document.getElementById('7600c7aa').innerHTML += ' | View Map';var $lab4bb09967b87a18a71870e7ac10cc8b = '

Casey Chevrolet

Address: 11700 Jefferson Ave, Newport News, VA 23606, USA
Phone: (757) 591-1100
';var m_ab4bb09967b87a18a71870e7ac10cc8b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Casey Chevrolet',});m_ab4bb09967b87a18a71870e7ac10cc8b['infowindow'] = new google.maps.InfoWindow({content: $lab4bb09967b87a18a71870e7ac10cc8b});var infowindow = new google.maps.InfoWindow({content: $lab4bb09967b87a18a71870e7ac10cc8b});google.maps.event.addListener(m_ab4bb09967b87a18a71870e7ac10cc8b, 'click', function() {infowindow.open(map,m_ab4bb09967b87a18a71870e7ac10cc8b);});$marker.push(m_ab4bb09967b87a18a71870e7ac10cc8b);}});}google.maps.event.addDomListener(window, 'load', initialize);