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.4802,-78.7731)};var g_b165bafed6172152a6eff6fa40b09353 = new google.maps.Geocoder();g_b165bafed6172152a6eff6fa40b09353.geocode( { 'address': "RR 28, Fort Ashby, WV 26719"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fort-ashby-WV-fnb-bank-inc').style.display = '';map = new google.maps.Map(document.getElementById('fort-ashby-WV-fnb-bank-inc'), mapOptions);}document.getElementById('157ef7db').innerHTML += ' | View Map';var $lb165bafed6172152a6eff6fa40b09353 = '

FNB Bank Inc

Address: RR 28, Fort Ashby, WV 26719
Phone: (304) 298-3496
';var m_b165bafed6172152a6eff6fa40b09353 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'FNB Bank Inc',});m_b165bafed6172152a6eff6fa40b09353['infowindow'] = new google.maps.InfoWindow({content: $lb165bafed6172152a6eff6fa40b09353});var infowindow = new google.maps.InfoWindow({content: $lb165bafed6172152a6eff6fa40b09353});google.maps.event.addListener(m_b165bafed6172152a6eff6fa40b09353, 'click', function() {infowindow.open(map,m_b165bafed6172152a6eff6fa40b09353);});$marker.push(m_b165bafed6172152a6eff6fa40b09353);}});}google.maps.event.addDomListener(window, 'load', initialize);