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.4116,-81.8081)};var g_f4fb3ad46ed38e0582c16fb84b610897 = new google.maps.Geocoder();g_f4fb3ad46ed38e0582c16fb84b610897.geocode( { 'address': "100 Nitro Market Pl, Nitro, WV 25143, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('nitro-WV-woodforest-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('nitro-WV-woodforest-national-bank'), mapOptions);}document.getElementById('f558c45d').innerHTML += ' | View Map';var $lf4fb3ad46ed38e0582c16fb84b610897 = '

Woodforest National Bank

Address: 100 Nitro Market Pl, Nitro, WV 25143, USA
Phone: (304) 769-0102
';var m_f4fb3ad46ed38e0582c16fb84b610897 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Woodforest National Bank',});m_f4fb3ad46ed38e0582c16fb84b610897['infowindow'] = new google.maps.InfoWindow({content: $lf4fb3ad46ed38e0582c16fb84b610897});var infowindow = new google.maps.InfoWindow({content: $lf4fb3ad46ed38e0582c16fb84b610897});google.maps.event.addListener(m_f4fb3ad46ed38e0582c16fb84b610897, 'click', function() {infowindow.open(map,m_f4fb3ad46ed38e0582c16fb84b610897);});$marker.push(m_f4fb3ad46ed38e0582c16fb84b610897);}});}google.maps.event.addDomListener(window, 'load', initialize);