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(39.5373,-104.767)};var g_06769d64b132210e2c34c21362c8ed88 = new google.maps.Geocoder();g_06769d64b132210e2c34c21362c8ed88.geocode( { 'address': "19201 Lincoln Ave, Parker, CO 80138, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('parker-CO-tsg-auto').style.display = '';map = new google.maps.Map(document.getElementById('parker-CO-tsg-auto'), mapOptions);}document.getElementById('27e5a143').innerHTML += ' | View Map';var $l06769d64b132210e2c34c21362c8ed88 = '

TSG Auto

Address: 19201 Lincoln Ave, Parker, CO 80138, USA
Phone: (303) 921-8300
';var m_06769d64b132210e2c34c21362c8ed88 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'TSG Auto',});m_06769d64b132210e2c34c21362c8ed88['infowindow'] = new google.maps.InfoWindow({content: $l06769d64b132210e2c34c21362c8ed88});var infowindow = new google.maps.InfoWindow({content: $l06769d64b132210e2c34c21362c8ed88});google.maps.event.addListener(m_06769d64b132210e2c34c21362c8ed88, 'click', function() {infowindow.open(map,m_06769d64b132210e2c34c21362c8ed88);});$marker.push(m_06769d64b132210e2c34c21362c8ed88);}});}google.maps.event.addDomListener(window, 'load', initialize);