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(40.8805,-82.3437)};var g_9e6c7c5beb796367db601c7c24280f34 = new google.maps.Geocoder();g_9e6c7c5beb796367db601c7c24280f34.geocode( { 'address': "1123 OH-96, Ashland, OH 44805, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ashland-OH-ashland-area-council-for-economic-development').style.display = '';map = new google.maps.Map(document.getElementById('ashland-OH-ashland-area-council-for-economic-development'), mapOptions);}document.getElementById('f033953e').innerHTML += ' | View Map';var $l9e6c7c5beb796367db601c7c24280f34 = '

Ashland Area Council for Economic Development

Address: 1123 OH-96, Ashland, OH 44805, USA
Phone: (419) 289-3200
';var m_9e6c7c5beb796367db601c7c24280f34 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Ashland Area Council for Economic Development',});m_9e6c7c5beb796367db601c7c24280f34['infowindow'] = new google.maps.InfoWindow({content: $l9e6c7c5beb796367db601c7c24280f34});var infowindow = new google.maps.InfoWindow({content: $l9e6c7c5beb796367db601c7c24280f34});google.maps.event.addListener(m_9e6c7c5beb796367db601c7c24280f34, 'click', function() {infowindow.open(map,m_9e6c7c5beb796367db601c7c24280f34);});$marker.push(m_9e6c7c5beb796367db601c7c24280f34);}});}google.maps.event.addDomListener(window, 'load', initialize);