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.9028,-77.6435)};var g_3d4dbc428533a78280913214c949dd6f = new google.maps.Geocoder();g_3d4dbc428533a78280913214c949dd6f.geocode( { 'address': "1900 Wayne Rd, Chambersburg, PA 17202, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('chambersburg-PA-franklin-county-area-development').style.display = '';map = new google.maps.Map(document.getElementById('chambersburg-PA-franklin-county-area-development'), mapOptions);}document.getElementById('c5dd54f3').innerHTML += ' | View Map';var $l3d4dbc428533a78280913214c949dd6f = '

Franklin County Area Development

Address: 1900 Wayne Rd, Chambersburg, PA 17202, USA
Phone: (717) 263-8282
';var m_3d4dbc428533a78280913214c949dd6f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Franklin County Area Development',});m_3d4dbc428533a78280913214c949dd6f['infowindow'] = new google.maps.InfoWindow({content: $l3d4dbc428533a78280913214c949dd6f});var infowindow = new google.maps.InfoWindow({content: $l3d4dbc428533a78280913214c949dd6f});google.maps.event.addListener(m_3d4dbc428533a78280913214c949dd6f, 'click', function() {infowindow.open(map,m_3d4dbc428533a78280913214c949dd6f);});$marker.push(m_3d4dbc428533a78280913214c949dd6f);}});}google.maps.event.addDomListener(window, 'load', initialize);