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(33.1978,-96.697)};var g_65ca20f3177d085ab818d6a6e447cc12 = new google.maps.Geocoder();g_65ca20f3177d085ab818d6a6e447cc12.geocode( { 'address': "175 Ridge Rd, McKinney, TX 75070, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mckinney-TX-cj-winchester').style.display = '';map = new google.maps.Map(document.getElementById('mckinney-TX-cj-winchester'), mapOptions);}document.getElementById('1efcfa5f').innerHTML += ' | View Map';var $l65ca20f3177d085ab818d6a6e447cc12 = '

CJ Winchester

Address: 175 Ridge Rd, McKinney, TX 75070, USA
Phone: (972) 562-0096
';var m_65ca20f3177d085ab818d6a6e447cc12 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'CJ Winchester',});m_65ca20f3177d085ab818d6a6e447cc12['infowindow'] = new google.maps.InfoWindow({content: $l65ca20f3177d085ab818d6a6e447cc12});var infowindow = new google.maps.InfoWindow({content: $l65ca20f3177d085ab818d6a6e447cc12});google.maps.event.addListener(m_65ca20f3177d085ab818d6a6e447cc12, 'click', function() {infowindow.open(map,m_65ca20f3177d085ab818d6a6e447cc12);});$marker.push(m_65ca20f3177d085ab818d6a6e447cc12);}});}google.maps.event.addDomListener(window, 'load', initialize);