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.6763,-80.8875)};var g_52f3060ad223714bed3b4f564367123d = new google.maps.Geocoder();g_52f3060ad223714bed3b4f564367123d.geocode( { 'address': "US Route 219 N, Lindside, WV 24951"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lindside-WV-first-community-bank').style.display = '';map = new google.maps.Map(document.getElementById('lindside-WV-first-community-bank'), mapOptions);}document.getElementById('aaf6382a').innerHTML += ' | View Map';var $l52f3060ad223714bed3b4f564367123d = '

First Community Bank

Address: US Route 219 N, Lindside, WV 24951
Phone: (304) 753-4311
';var m_52f3060ad223714bed3b4f564367123d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Community Bank',});m_52f3060ad223714bed3b4f564367123d['infowindow'] = new google.maps.InfoWindow({content: $l52f3060ad223714bed3b4f564367123d});var infowindow = new google.maps.InfoWindow({content: $l52f3060ad223714bed3b4f564367123d});google.maps.event.addListener(m_52f3060ad223714bed3b4f564367123d, 'click', function() {infowindow.open(map,m_52f3060ad223714bed3b4f564367123d);});$marker.push(m_52f3060ad223714bed3b4f564367123d);}});}google.maps.event.addDomListener(window, 'load', initialize);