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.7625,-121.461)};var g_76e2b617370467620ac2c60334533cac = new google.maps.Geocoder();g_76e2b617370467620ac2c60334533cac.geocode( { 'address': "3480 Naglee Rd, Tracy, CA 95304, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('tracy-CA-premier-hyundai-tracy').style.display = '';map = new google.maps.Map(document.getElementById('tracy-CA-premier-hyundai-tracy'), mapOptions);}document.getElementById('691466b5').innerHTML += ' | View Map';var $l76e2b617370467620ac2c60334533cac = '

Premier Hyundai Tracy

Address: 3480 Naglee Rd, Tracy, CA 95304, USA
Phone: (209) 820-3550
';var m_76e2b617370467620ac2c60334533cac = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Premier Hyundai Tracy',});m_76e2b617370467620ac2c60334533cac['infowindow'] = new google.maps.InfoWindow({content: $l76e2b617370467620ac2c60334533cac});var infowindow = new google.maps.InfoWindow({content: $l76e2b617370467620ac2c60334533cac});google.maps.event.addListener(m_76e2b617370467620ac2c60334533cac, 'click', function() {infowindow.open(map,m_76e2b617370467620ac2c60334533cac);});$marker.push(m_76e2b617370467620ac2c60334533cac);}});}google.maps.event.addDomListener(window, 'load', initialize);