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.7447,-81.8788)};var g_eadccc9ad3d1c5ce3861fabfbf759493 = new google.maps.Geocoder();g_eadccc9ad3d1c5ce3861fabfbf759493.geocode( { 'address': "200 Huffcreek Hwy, Man, WV 25635"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('man-WV-logan-bank-trust').style.display = '';map = new google.maps.Map(document.getElementById('man-WV-logan-bank-trust'), mapOptions);}document.getElementById('a4c1bae3').innerHTML += ' | View Map';var $leadccc9ad3d1c5ce3861fabfbf759493 = '

Logan Bank & Trust

Address: 200 Huffcreek Hwy, Man, WV 25635
Phone: (304) 583-8880
';var m_eadccc9ad3d1c5ce3861fabfbf759493 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Logan Bank & Trust',});m_eadccc9ad3d1c5ce3861fabfbf759493['infowindow'] = new google.maps.InfoWindow({content: $leadccc9ad3d1c5ce3861fabfbf759493});var infowindow = new google.maps.InfoWindow({content: $leadccc9ad3d1c5ce3861fabfbf759493});google.maps.event.addListener(m_eadccc9ad3d1c5ce3861fabfbf759493, 'click', function() {infowindow.open(map,m_eadccc9ad3d1c5ce3861fabfbf759493);});$marker.push(m_eadccc9ad3d1c5ce3861fabfbf759493);}});}google.maps.event.addDomListener(window, 'load', initialize);