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(38.8088,-82.2027)};var g_2109366d68770c5528aa56705516f364 = new google.maps.Geocoder();g_2109366d68770c5528aa56705516f364.geocode( { 'address': "18 Locust St, Gallipolis, OH 45631, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('gallipolis-OH-gallia-county-economic-development').style.display = '';map = new google.maps.Map(document.getElementById('gallipolis-OH-gallia-county-economic-development'), mapOptions);}document.getElementById('d02e190f').innerHTML += ' | View Map';var $l2109366d68770c5528aa56705516f364 = '

Gallia County Economic Development

Address: 18 Locust St, Gallipolis, OH 45631, USA
Phone: (740) 446-4612
';var m_2109366d68770c5528aa56705516f364 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Gallia County Economic Development',});m_2109366d68770c5528aa56705516f364['infowindow'] = new google.maps.InfoWindow({content: $l2109366d68770c5528aa56705516f364});var infowindow = new google.maps.InfoWindow({content: $l2109366d68770c5528aa56705516f364});google.maps.event.addListener(m_2109366d68770c5528aa56705516f364, 'click', function() {infowindow.open(map,m_2109366d68770c5528aa56705516f364);});$marker.push(m_2109366d68770c5528aa56705516f364);}});}google.maps.event.addDomListener(window, 'load', initialize);