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(35.3351,-81.8996)};var g_d108cda1ad124d4df5c4b6091670dab4 = new google.maps.Geocoder();g_d108cda1ad124d4df5c4b6091670dab4.geocode( { 'address': "197 Plaza Dr, Forest City, NC 28043, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('forest-city-NC-woodforest-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('forest-city-NC-woodforest-national-bank'), mapOptions);}document.getElementById('4297889d').innerHTML += ' | View Map';var $ld108cda1ad124d4df5c4b6091670dab4 = '

Woodforest National Bank

Address: 197 Plaza Dr, Forest City, NC 28043, USA
Phone: (828) 287-2338
';var m_d108cda1ad124d4df5c4b6091670dab4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Woodforest National Bank',});m_d108cda1ad124d4df5c4b6091670dab4['infowindow'] = new google.maps.InfoWindow({content: $ld108cda1ad124d4df5c4b6091670dab4});var infowindow = new google.maps.InfoWindow({content: $ld108cda1ad124d4df5c4b6091670dab4});google.maps.event.addListener(m_d108cda1ad124d4df5c4b6091670dab4, 'click', function() {infowindow.open(map,m_d108cda1ad124d4df5c4b6091670dab4);});$marker.push(m_d108cda1ad124d4df5c4b6091670dab4);}});}google.maps.event.addDomListener(window, 'load', initialize);