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(37.8007,-80.4379)};var g_32c47400d002aa2e9608f262414b4aba = new google.maps.Geocoder();g_32c47400d002aa2e9608f262414b4aba.geocode( { 'address': "1125 E Washington St, Lewisburg, WV 24901"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lewisburg-WV-first-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('lewisburg-WV-first-national-bank'), mapOptions);}document.getElementById('80c7a093').innerHTML += ' | View Map';var $l32c47400d002aa2e9608f262414b4aba = '

First National Bank

Address: 1125 E Washington St, Lewisburg, WV 24901
Phone: (304) 647-4530
';var m_32c47400d002aa2e9608f262414b4aba = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First National Bank',});m_32c47400d002aa2e9608f262414b4aba['infowindow'] = new google.maps.InfoWindow({content: $l32c47400d002aa2e9608f262414b4aba});var infowindow = new google.maps.InfoWindow({content: $l32c47400d002aa2e9608f262414b4aba});google.maps.event.addListener(m_32c47400d002aa2e9608f262414b4aba, 'click', function() {infowindow.open(map,m_32c47400d002aa2e9608f262414b4aba);});$marker.push(m_32c47400d002aa2e9608f262414b4aba);}});var g_c1b150630549b753d69d6d67c313e721 = new google.maps.Geocoder();g_c1b150630549b753d69d6d67c313e721.geocode( { 'address': "799 N Jefferson St, Lewisburg, WV 24901"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lewisburg-WV-first-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('lewisburg-WV-first-national-bank'), mapOptions);}document.getElementById('002a6228').innerHTML += ' | View Map';var $lc1b150630549b753d69d6d67c313e721 = '

First National Bank

Address: 799 N Jefferson St, Lewisburg, WV 24901
Phone: (304) 647-5051
';var m_c1b150630549b753d69d6d67c313e721 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First National Bank',});m_c1b150630549b753d69d6d67c313e721['infowindow'] = new google.maps.InfoWindow({content: $lc1b150630549b753d69d6d67c313e721});var infowindow = new google.maps.InfoWindow({content: $lc1b150630549b753d69d6d67c313e721});google.maps.event.addListener(m_c1b150630549b753d69d6d67c313e721, 'click', function() {infowindow.open(map,m_c1b150630549b753d69d6d67c313e721);});$marker.push(m_c1b150630549b753d69d6d67c313e721);}});}google.maps.event.addDomListener(window, 'load', initialize);