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.8471,-81.9916)};var g_fd37c8fab2b7e539b0131c6572ee7d1c = new google.maps.Geocoder();g_fd37c8fab2b7e539b0131c6572ee7d1c.geocode( { 'address': "43 Washington Ave, Logan, WV 25601, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('logan-WV-logan-county-bancshares-inc').style.display = '';map = new google.maps.Map(document.getElementById('logan-WV-logan-county-bancshares-inc'), mapOptions);}document.getElementById('afb1a0b6').innerHTML += ' | View Map';var $lfd37c8fab2b7e539b0131c6572ee7d1c = '

Logan County Bancshares Inc

Address: 43 Washington Ave, Logan, WV 25601, USA
Phone: (304) 752-1166
';var m_fd37c8fab2b7e539b0131c6572ee7d1c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Logan County Bancshares Inc',});m_fd37c8fab2b7e539b0131c6572ee7d1c['infowindow'] = new google.maps.InfoWindow({content: $lfd37c8fab2b7e539b0131c6572ee7d1c});var infowindow = new google.maps.InfoWindow({content: $lfd37c8fab2b7e539b0131c6572ee7d1c});google.maps.event.addListener(m_fd37c8fab2b7e539b0131c6572ee7d1c, 'click', function() {infowindow.open(map,m_fd37c8fab2b7e539b0131c6572ee7d1c);});$marker.push(m_fd37c8fab2b7e539b0131c6572ee7d1c);}});}google.maps.event.addDomListener(window, 'load', initialize);