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.3488,-81.6313)};var g_b3df435f52be5287d9ace3b28e2dcac9 = new google.maps.Geocoder();g_b3df435f52be5287d9ace3b28e2dcac9.geocode( { 'address': "100 Nitro Market Pl, Charleston, WV 25313"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('charleston-WV-woodforest-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('charleston-WV-woodforest-national-bank'), mapOptions);}document.getElementById('0c485393').innerHTML += ' | View Map';var $lb3df435f52be5287d9ace3b28e2dcac9 = '

Woodforest National Bank

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