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.914,-77.6682)};var g_defda3da9cbf5cb1aa15ef8515063400 = new google.maps.Geocoder();g_defda3da9cbf5cb1aa15ef8515063400.geocode( { 'address': "1680 Orchard Dr, Chambersburg, PA 17201, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('chambersburg-PA-first-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('chambersburg-PA-first-national-bank'), mapOptions);}document.getElementById('b594ac14').innerHTML += ' | View Map';var $ldefda3da9cbf5cb1aa15ef8515063400 = '

First National Bank

Address: 1680 Orchard Dr, Chambersburg, PA 17201, USA
Phone: (717) 262-4243
';var m_defda3da9cbf5cb1aa15ef8515063400 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First National Bank',});m_defda3da9cbf5cb1aa15ef8515063400['infowindow'] = new google.maps.InfoWindow({content: $ldefda3da9cbf5cb1aa15ef8515063400});var infowindow = new google.maps.InfoWindow({content: $ldefda3da9cbf5cb1aa15ef8515063400});google.maps.event.addListener(m_defda3da9cbf5cb1aa15ef8515063400, 'click', function() {infowindow.open(map,m_defda3da9cbf5cb1aa15ef8515063400);});$marker.push(m_defda3da9cbf5cb1aa15ef8515063400);}});}google.maps.event.addDomListener(window, 'load', initialize);