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(38.2566,-77.4968)};var g_7a244b8f2b8ccd9cf890459251a1ec5d = new google.maps.Geocoder();g_7a244b8f2b8ccd9cf890459251a1ec5d.geocode( { 'address': "5150 Jefferson Davis Hwy, Fredericksburg, VA 22408, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fredericksburg-VA-ultimate-buick-gmc').style.display = '';map = new google.maps.Map(document.getElementById('fredericksburg-VA-ultimate-buick-gmc'), mapOptions);}document.getElementById('098962ed').innerHTML += ' | View Map';var $l7a244b8f2b8ccd9cf890459251a1ec5d = '

Ultimate Buick GMC

Address: 5150 Jefferson Davis Hwy, Fredericksburg, VA 22408, USA
Phone: (866) 488-2073
';var m_7a244b8f2b8ccd9cf890459251a1ec5d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Ultimate Buick GMC',});m_7a244b8f2b8ccd9cf890459251a1ec5d['infowindow'] = new google.maps.InfoWindow({content: $l7a244b8f2b8ccd9cf890459251a1ec5d});var infowindow = new google.maps.InfoWindow({content: $l7a244b8f2b8ccd9cf890459251a1ec5d});google.maps.event.addListener(m_7a244b8f2b8ccd9cf890459251a1ec5d, 'click', function() {infowindow.open(map,m_7a244b8f2b8ccd9cf890459251a1ec5d);});$marker.push(m_7a244b8f2b8ccd9cf890459251a1ec5d);}});}google.maps.event.addDomListener(window, 'load', initialize);