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.5782,-97.1314)};var g_4dafd576e0e24f18edc23278f556c0d0 = new google.maps.Geocoder();g_4dafd576e0e24f18edc23278f556c0d0.geocode( { 'address': "960 N Walnut Creek Dr STE 106, Mansfield, TX 76063, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mansfield-TX-check-n-go').style.display = '';map = new google.maps.Map(document.getElementById('mansfield-TX-check-n-go'), mapOptions);}document.getElementById('dc540b03').innerHTML += ' | View Map';var $l4dafd576e0e24f18edc23278f556c0d0 = '

Check 'n Go

Address: 960 N Walnut Creek Dr STE 106, Mansfield, TX 76063, USA
Phone: (817) 473-6730
';var m_4dafd576e0e24f18edc23278f556c0d0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Check 'n Go',});m_4dafd576e0e24f18edc23278f556c0d0['infowindow'] = new google.maps.InfoWindow({content: $l4dafd576e0e24f18edc23278f556c0d0});var infowindow = new google.maps.InfoWindow({content: $l4dafd576e0e24f18edc23278f556c0d0});google.maps.event.addListener(m_4dafd576e0e24f18edc23278f556c0d0, 'click', function() {infowindow.open(map,m_4dafd576e0e24f18edc23278f556c0d0);});$marker.push(m_4dafd576e0e24f18edc23278f556c0d0);}});}google.maps.event.addDomListener(window, 'load', initialize);