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.9329,-91.4082)};var g_5824d6556d667e44db4870fcc6cbafa0 = new google.maps.Geocoder();g_5824d6556d667e44db4870fcc6cbafa0.geocode( { 'address': "128 N 5th St, Quincy, IL 62301, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('quincy-IL-the-district').style.display = '';map = new google.maps.Map(document.getElementById('quincy-IL-the-district'), mapOptions);}document.getElementById('dd629fd5').innerHTML += ' | View Map';var $l5824d6556d667e44db4870fcc6cbafa0 = '

The District

Address: 128 N 5th St, Quincy, IL 62301, USA
Phone: (217) 228-8696
';var m_5824d6556d667e44db4870fcc6cbafa0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'The District',});m_5824d6556d667e44db4870fcc6cbafa0['infowindow'] = new google.maps.InfoWindow({content: $l5824d6556d667e44db4870fcc6cbafa0});var infowindow = new google.maps.InfoWindow({content: $l5824d6556d667e44db4870fcc6cbafa0});google.maps.event.addListener(m_5824d6556d667e44db4870fcc6cbafa0, 'click', function() {infowindow.open(map,m_5824d6556d667e44db4870fcc6cbafa0);});$marker.push(m_5824d6556d667e44db4870fcc6cbafa0);}});}google.maps.event.addDomListener(window, 'load', initialize);