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.8601,-82.0445)};var g_f740a3217fd088142a7640806ddf1653 = new google.maps.Geocoder();g_f740a3217fd088142a7640806ddf1653.geocode( { 'address': "77 Norman Morgan Blvd, Logan, WV 25601, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('logan-WV-woodforest-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('logan-WV-woodforest-national-bank'), mapOptions);}document.getElementById('c61f8fb5').innerHTML += ' | View Map';var $lf740a3217fd088142a7640806ddf1653 = '

Woodforest National Bank

Address: 77 Norman Morgan Blvd, Logan, WV 25601, USA
Phone: (304) 752-8403
';var m_f740a3217fd088142a7640806ddf1653 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Woodforest National Bank',});m_f740a3217fd088142a7640806ddf1653['infowindow'] = new google.maps.InfoWindow({content: $lf740a3217fd088142a7640806ddf1653});var infowindow = new google.maps.InfoWindow({content: $lf740a3217fd088142a7640806ddf1653});google.maps.event.addListener(m_f740a3217fd088142a7640806ddf1653, 'click', function() {infowindow.open(map,m_f740a3217fd088142a7640806ddf1653);});$marker.push(m_f740a3217fd088142a7640806ddf1653);}});}google.maps.event.addDomListener(window, 'load', initialize);