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.6235,-78.835)};var g_3e0d8c62831be543274f481342713d08 = new google.maps.Geocoder();g_3e0d8c62831be543274f481342713d08.geocode( { 'address': "7016 Gb Alford Hwy, Holly Springs, NC 27540"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('holly-springs-NC-woodforest-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('holly-springs-NC-woodforest-national-bank'), mapOptions);}document.getElementById('62b57674').innerHTML += ' | View Map';var $l3e0d8c62831be543274f481342713d08 = '

Woodforest National Bank

Address: 7016 Gb Alford Hwy, Holly Springs, NC 27540
Phone: (919) 557-9381
';var m_3e0d8c62831be543274f481342713d08 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Woodforest National Bank',});m_3e0d8c62831be543274f481342713d08['infowindow'] = new google.maps.InfoWindow({content: $l3e0d8c62831be543274f481342713d08});var infowindow = new google.maps.InfoWindow({content: $l3e0d8c62831be543274f481342713d08});google.maps.event.addListener(m_3e0d8c62831be543274f481342713d08, 'click', function() {infowindow.open(map,m_3e0d8c62831be543274f481342713d08);});$marker.push(m_3e0d8c62831be543274f481342713d08);}});}google.maps.event.addDomListener(window, 'load', initialize);