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.815,-79.0267)};var g_e759365720f061dcd251b07f114f63de = new google.maps.Geocoder();g_e759365720f061dcd251b07f114f63de.geocode( { 'address': "229 Main St, Meyersdale, PA 15552, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('meyersdale-PA-first-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('meyersdale-PA-first-national-bank'), mapOptions);}document.getElementById('aac647ea').innerHTML += ' | View Map';var $le759365720f061dcd251b07f114f63de = '

First National Bank

Address: 229 Main St, Meyersdale, PA 15552, USA
Phone: (814) 634-8337
';var m_e759365720f061dcd251b07f114f63de = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First National Bank',});m_e759365720f061dcd251b07f114f63de['infowindow'] = new google.maps.InfoWindow({content: $le759365720f061dcd251b07f114f63de});var infowindow = new google.maps.InfoWindow({content: $le759365720f061dcd251b07f114f63de});google.maps.event.addListener(m_e759365720f061dcd251b07f114f63de, 'click', function() {infowindow.open(map,m_e759365720f061dcd251b07f114f63de);});$marker.push(m_e759365720f061dcd251b07f114f63de);}});}google.maps.event.addDomListener(window, 'load', initialize);