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.9349,-79.0375)};var g_f8b7aa3a0d349d9562b424160ad18612 = new google.maps.Geocoder();g_f8b7aa3a0d349d9562b424160ad18612.geocode( { 'address': "12500 US 15 501 N, Chapel Hill, NC 27517"}, 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('4e3a493b').innerHTML += ' | View Map';var $lf8b7aa3a0d349d9562b424160ad18612 = '

Woodforest National Bank

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