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.9335,-77.6746)};var g_2626d97999d3735ba8ac24416416ca3e = new google.maps.Geocoder();g_2626d97999d3735ba8ac24416416ca3e.geocode( { 'address': "1425 Philadelphia Ave, Chambersburg, PA 17201"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('chambersburg-PA-f-m-trust-freedom-access-center').style.display = '';map = new google.maps.Map(document.getElementById('chambersburg-PA-f-m-trust-freedom-access-center'), mapOptions);}document.getElementById('c505f665').innerHTML += ' | View Map';var $l2626d97999d3735ba8ac24416416ca3e = '

F & M Trust Freedom Access Center

Address: 1425 Philadelphia Ave, Chambersburg, PA 17201
Phone: (717) 261-3660
';var m_2626d97999d3735ba8ac24416416ca3e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'F & M Trust Freedom Access Center',});m_2626d97999d3735ba8ac24416416ca3e['infowindow'] = new google.maps.InfoWindow({content: $l2626d97999d3735ba8ac24416416ca3e});var infowindow = new google.maps.InfoWindow({content: $l2626d97999d3735ba8ac24416416ca3e});google.maps.event.addListener(m_2626d97999d3735ba8ac24416416ca3e, 'click', function() {infowindow.open(map,m_2626d97999d3735ba8ac24416416ca3e);});$marker.push(m_2626d97999d3735ba8ac24416416ca3e);}});}google.maps.event.addDomListener(window, 'load', initialize);