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.8591,-79.0819)};var g_93f800c4e44b0a1e45419b9c53ad4e4d = new google.maps.Geocoder();g_93f800c4e44b0a1e45419b9c53ad4e4d.geocode( { 'address': "12500 US-15, Chapel Hill, NC 27517, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('chapel-hill-NC-woodforest-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('chapel-hill-NC-woodforest-national-bank'), mapOptions);}document.getElementById('e0d22658').innerHTML += ' | View Map';var $l93f800c4e44b0a1e45419b9c53ad4e4d = '

Woodforest National Bank

Address: 12500 US-15, Chapel Hill, NC 27517, USA
Phone: (919) 929-0936
';var m_93f800c4e44b0a1e45419b9c53ad4e4d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Woodforest National Bank',});m_93f800c4e44b0a1e45419b9c53ad4e4d['infowindow'] = new google.maps.InfoWindow({content: $l93f800c4e44b0a1e45419b9c53ad4e4d});var infowindow = new google.maps.InfoWindow({content: $l93f800c4e44b0a1e45419b9c53ad4e4d});google.maps.event.addListener(m_93f800c4e44b0a1e45419b9c53ad4e4d, 'click', function() {infowindow.open(map,m_93f800c4e44b0a1e45419b9c53ad4e4d);});$marker.push(m_93f800c4e44b0a1e45419b9c53ad4e4d);}});}google.maps.event.addDomListener(window, 'load', initialize);