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.9275,-80.5875)};var g_82ac08622e9ca3694b7eea66db8cc60b = new google.maps.Geocoder();g_82ac08622e9ca3694b7eea66db8cc60b.geocode( { 'address': "261 Cooper Creek Dr, Mocksville, NC 27028, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mocksville-NC-woodforest-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('mocksville-NC-woodforest-national-bank'), mapOptions);}document.getElementById('695e6418').innerHTML += ' | View Map';var $l82ac08622e9ca3694b7eea66db8cc60b = '

Woodforest National Bank

Address: 261 Cooper Creek Dr, Mocksville, NC 27028, USA
Phone: (336) 751-2653
';var m_82ac08622e9ca3694b7eea66db8cc60b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Woodforest National Bank',});m_82ac08622e9ca3694b7eea66db8cc60b['infowindow'] = new google.maps.InfoWindow({content: $l82ac08622e9ca3694b7eea66db8cc60b});var infowindow = new google.maps.InfoWindow({content: $l82ac08622e9ca3694b7eea66db8cc60b});google.maps.event.addListener(m_82ac08622e9ca3694b7eea66db8cc60b, 'click', function() {infowindow.open(map,m_82ac08622e9ca3694b7eea66db8cc60b);});$marker.push(m_82ac08622e9ca3694b7eea66db8cc60b);}});}google.maps.event.addDomListener(window, 'load', initialize);