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.834,-77.0629)};var g_153a4b0a56d423c73a3c5c6f30a5e24e = new google.maps.Geocoder();g_153a4b0a56d423c73a3c5c6f30a5e24e.geocode( { 'address': "1529 Washington St, Williamston, NC 27892, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('williamston-NC-woodforest-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('williamston-NC-woodforest-national-bank'), mapOptions);}document.getElementById('15f27245').innerHTML += ' | View Map';var $l153a4b0a56d423c73a3c5c6f30a5e24e = '

Woodforest National Bank

Address: 1529 Washington St, Williamston, NC 27892, USA
Phone: (252) 792-1691
';var m_153a4b0a56d423c73a3c5c6f30a5e24e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Woodforest National Bank',});m_153a4b0a56d423c73a3c5c6f30a5e24e['infowindow'] = new google.maps.InfoWindow({content: $l153a4b0a56d423c73a3c5c6f30a5e24e});var infowindow = new google.maps.InfoWindow({content: $l153a4b0a56d423c73a3c5c6f30a5e24e});google.maps.event.addListener(m_153a4b0a56d423c73a3c5c6f30a5e24e, 'click', function() {infowindow.open(map,m_153a4b0a56d423c73a3c5c6f30a5e24e);});$marker.push(m_153a4b0a56d423c73a3c5c6f30a5e24e);}});}google.maps.event.addDomListener(window, 'load', initialize);