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.219,-96.6338)};var g_b3e4866a82db90d08ba9f6ea476f759c = new google.maps.Geocoder();g_b3e4866a82db90d08ba9f6ea476f759c.geocode( { 'address': "1970 N Central Expy Ste 124A, McKinney, TX 75070, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mckinney-TX-check-n-go').style.display = '';map = new google.maps.Map(document.getElementById('mckinney-TX-check-n-go'), mapOptions);}document.getElementById('756bea6f').innerHTML += ' | View Map';var $lb3e4866a82db90d08ba9f6ea476f759c = '

Check 'n Go

Address: 1970 N Central Expy Ste 124A, McKinney, TX 75070, USA
Phone: (469) 742-8691
';var m_b3e4866a82db90d08ba9f6ea476f759c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Check 'n Go',});m_b3e4866a82db90d08ba9f6ea476f759c['infowindow'] = new google.maps.InfoWindow({content: $lb3e4866a82db90d08ba9f6ea476f759c});var infowindow = new google.maps.InfoWindow({content: $lb3e4866a82db90d08ba9f6ea476f759c});google.maps.event.addListener(m_b3e4866a82db90d08ba9f6ea476f759c, 'click', function() {infowindow.open(map,m_b3e4866a82db90d08ba9f6ea476f759c);});$marker.push(m_b3e4866a82db90d08ba9f6ea476f759c);}});}google.maps.event.addDomListener(window, 'load', initialize);