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.9251,-76.8663)};var g_9b09ce1ca694f1eefab2e62c529d4a65 = new google.maps.Geocoder();g_9b09ce1ca694f1eefab2e62c529d4a65.geocode( { 'address': "201 Furnace Rd, Lewisburg, PA 17837, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lewisburg-PA-seda-council-of-governments').style.display = '';map = new google.maps.Map(document.getElementById('lewisburg-PA-seda-council-of-governments'), mapOptions);}document.getElementById('ad7d7d33').innerHTML += ' | View Map';var $l9b09ce1ca694f1eefab2e62c529d4a65 = '

SEDA-Council of Governments

Address: 201 Furnace Rd, Lewisburg, PA 17837, USA
Phone: (570) 524-4491
';var m_9b09ce1ca694f1eefab2e62c529d4a65 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'SEDA-Council of Governments',});m_9b09ce1ca694f1eefab2e62c529d4a65['infowindow'] = new google.maps.InfoWindow({content: $l9b09ce1ca694f1eefab2e62c529d4a65});var infowindow = new google.maps.InfoWindow({content: $l9b09ce1ca694f1eefab2e62c529d4a65});google.maps.event.addListener(m_9b09ce1ca694f1eefab2e62c529d4a65, 'click', function() {infowindow.open(map,m_9b09ce1ca694f1eefab2e62c529d4a65);});$marker.push(m_9b09ce1ca694f1eefab2e62c529d4a65);}});}google.maps.event.addDomListener(window, 'load', initialize);