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.1343,-81.0953)};var g_4527d8d0b1692f0bfd2480464bb20457 = new google.maps.Geocoder();g_4527d8d0b1692f0bfd2480464bb20457.geocode( { 'address': "137 Main St, Ansted, WV 25812, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ansted-WV-fayette-county-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('ansted-WV-fayette-county-national-bank'), mapOptions);}document.getElementById('dfd4ac4e').innerHTML += ' | View Map';var $l4527d8d0b1692f0bfd2480464bb20457 = '

Fayette County National Bank

Address: 137 Main St, Ansted, WV 25812, USA
Phone: (304) 658-3262
';var m_4527d8d0b1692f0bfd2480464bb20457 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Fayette County National Bank',});m_4527d8d0b1692f0bfd2480464bb20457['infowindow'] = new google.maps.InfoWindow({content: $l4527d8d0b1692f0bfd2480464bb20457});var infowindow = new google.maps.InfoWindow({content: $l4527d8d0b1692f0bfd2480464bb20457});google.maps.event.addListener(m_4527d8d0b1692f0bfd2480464bb20457, 'click', function() {infowindow.open(map,m_4527d8d0b1692f0bfd2480464bb20457);});$marker.push(m_4527d8d0b1692f0bfd2480464bb20457);}});}google.maps.event.addDomListener(window, 'load', initialize);