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(38.4686,-81.7821)};var g_a257950fdafaaa29c59c853567aae00b = new google.maps.Geocoder();g_a257950fdafaaa29c59c853567aae00b.geocode( { 'address': "142 Main St, Poca, WV 25159"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('poca-WV-poca-valley-bank').style.display = '';map = new google.maps.Map(document.getElementById('poca-WV-poca-valley-bank'), mapOptions);}document.getElementById('8f1e0c8f').innerHTML += ' | View Map';var $la257950fdafaaa29c59c853567aae00b = '

Poca Valley Bank

Address: 142 Main St, Poca, WV 25159
Phone: (304) 759-1010
';var m_a257950fdafaaa29c59c853567aae00b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Poca Valley Bank',});m_a257950fdafaaa29c59c853567aae00b['infowindow'] = new google.maps.InfoWindow({content: $la257950fdafaaa29c59c853567aae00b});var infowindow = new google.maps.InfoWindow({content: $la257950fdafaaa29c59c853567aae00b});google.maps.event.addListener(m_a257950fdafaaa29c59c853567aae00b, 'click', function() {infowindow.open(map,m_a257950fdafaaa29c59c853567aae00b);});$marker.push(m_a257950fdafaaa29c59c853567aae00b);}});}google.maps.event.addDomListener(window, 'load', initialize);