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.5956,-96.1931)};var g_8fd341690e07ff00138cfcb53456b8d6 = new google.maps.Geocoder();g_8fd341690e07ff00138cfcb53456b8d6.geocode( { 'address': "2005 Highway 121 N, Bonham, TX 75418, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bonham-TX-check-n-go').style.display = '';map = new google.maps.Map(document.getElementById('bonham-TX-check-n-go'), mapOptions);}document.getElementById('ab69e16f').innerHTML += ' | View Map';var $l8fd341690e07ff00138cfcb53456b8d6 = '

Check 'n Go

Address: 2005 Highway 121 N, Bonham, TX 75418, USA
Phone: (903) 583-5666
';var m_8fd341690e07ff00138cfcb53456b8d6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Check 'n Go',});m_8fd341690e07ff00138cfcb53456b8d6['infowindow'] = new google.maps.InfoWindow({content: $l8fd341690e07ff00138cfcb53456b8d6});var infowindow = new google.maps.InfoWindow({content: $l8fd341690e07ff00138cfcb53456b8d6});google.maps.event.addListener(m_8fd341690e07ff00138cfcb53456b8d6, 'click', function() {infowindow.open(map,m_8fd341690e07ff00138cfcb53456b8d6);});$marker.push(m_8fd341690e07ff00138cfcb53456b8d6);}});}google.maps.event.addDomListener(window, 'load', initialize);