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(43.0559,-89.497)};var g_19d33c8278e4328a9503a2b610d07be7 = new google.maps.Geocoder();g_19d33c8278e4328a9503a2b610d07be7.geocode( { 'address': "512 Grand Canyon Dr, Madison, WI 53719, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('madison-WI-check-n-go').style.display = '';map = new google.maps.Map(document.getElementById('madison-WI-check-n-go'), mapOptions);}document.getElementById('d078c7c7').innerHTML += ' | View Map';var $l19d33c8278e4328a9503a2b610d07be7 = '

Check 'n Go

Address: 512 Grand Canyon Dr, Madison, WI 53719, USA
Phone: (608) 807-2260
';var m_19d33c8278e4328a9503a2b610d07be7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Check 'n Go',});m_19d33c8278e4328a9503a2b610d07be7['infowindow'] = new google.maps.InfoWindow({content: $l19d33c8278e4328a9503a2b610d07be7});var infowindow = new google.maps.InfoWindow({content: $l19d33c8278e4328a9503a2b610d07be7});google.maps.event.addListener(m_19d33c8278e4328a9503a2b610d07be7, 'click', function() {infowindow.open(map,m_19d33c8278e4328a9503a2b610d07be7);});$marker.push(m_19d33c8278e4328a9503a2b610d07be7);}});var g_d3a9e46062c94774eb097a52f835958a = new google.maps.Geocoder();g_d3a9e46062c94774eb097a52f835958a.geocode( { 'address': "2103 Zeier Road, Madison, WI 53704, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('madison-WI-check-n-go').style.display = '';map = new google.maps.Map(document.getElementById('madison-WI-check-n-go'), mapOptions);}document.getElementById('9de04283').innerHTML += ' | View Map';var $ld3a9e46062c94774eb097a52f835958a = '

Check 'n Go

Address: 2103 Zeier Road, Madison, WI 53704, USA
Phone: (608) 249-2613
';var m_d3a9e46062c94774eb097a52f835958a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Check 'n Go',});m_d3a9e46062c94774eb097a52f835958a['infowindow'] = new google.maps.InfoWindow({content: $ld3a9e46062c94774eb097a52f835958a});var infowindow = new google.maps.InfoWindow({content: $ld3a9e46062c94774eb097a52f835958a});google.maps.event.addListener(m_d3a9e46062c94774eb097a52f835958a, 'click', function() {infowindow.open(map,m_d3a9e46062c94774eb097a52f835958a);});$marker.push(m_d3a9e46062c94774eb097a52f835958a);}});}google.maps.event.addDomListener(window, 'load', initialize);