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(39.9377,-91.3671)};var g_d94a83ea8973e4444ff89f4cc8d3c904 = new google.maps.Geocoder();g_d94a83ea8973e4444ff89f4cc8d3c904.geocode( { 'address': "524 N 30th St, Quincy, IL 62301, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('quincy-IL-town-and-country-travel').style.display = '';map = new google.maps.Map(document.getElementById('quincy-IL-town-and-country-travel'), mapOptions);}document.getElementById('9f668467').innerHTML += ' | View Map';var $ld94a83ea8973e4444ff89f4cc8d3c904 = '

Town and Country Travel

Address: 524 N 30th St, Quincy, IL 62301, USA
Phone: (217) 222-0015
';var m_d94a83ea8973e4444ff89f4cc8d3c904 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Town and Country Travel',});m_d94a83ea8973e4444ff89f4cc8d3c904['infowindow'] = new google.maps.InfoWindow({content: $ld94a83ea8973e4444ff89f4cc8d3c904});var infowindow = new google.maps.InfoWindow({content: $ld94a83ea8973e4444ff89f4cc8d3c904});google.maps.event.addListener(m_d94a83ea8973e4444ff89f4cc8d3c904, 'click', function() {infowindow.open(map,m_d94a83ea8973e4444ff89f4cc8d3c904);});$marker.push(m_d94a83ea8973e4444ff89f4cc8d3c904);}});}google.maps.event.addDomListener(window, 'load', initialize);