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(32.8811,-96.6588)};var g_c662dcc3767481450092bfb1e6ab9419 = new google.maps.Geocoder();g_c662dcc3767481450092bfb1e6ab9419.geocode( { 'address': "2921 S Garland Ave, Garland, TX 75041, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('garland-TX-vp-auto-sales').style.display = '';map = new google.maps.Map(document.getElementById('garland-TX-vp-auto-sales'), mapOptions);}document.getElementById('593b22d9').innerHTML += ' | View Map';var $lc662dcc3767481450092bfb1e6ab9419 = '

VP Auto Sales

Address: 2921 S Garland Ave, Garland, TX 75041, USA
Phone: (972) 864-1300
';var m_c662dcc3767481450092bfb1e6ab9419 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'VP Auto Sales',});m_c662dcc3767481450092bfb1e6ab9419['infowindow'] = new google.maps.InfoWindow({content: $lc662dcc3767481450092bfb1e6ab9419});var infowindow = new google.maps.InfoWindow({content: $lc662dcc3767481450092bfb1e6ab9419});google.maps.event.addListener(m_c662dcc3767481450092bfb1e6ab9419, 'click', function() {infowindow.open(map,m_c662dcc3767481450092bfb1e6ab9419);});$marker.push(m_c662dcc3767481450092bfb1e6ab9419);}});}google.maps.event.addDomListener(window, 'load', initialize);