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.2654,-80.4268)};var g_df8c505d09cea89ba06650cf8fd33c5a = new google.maps.Geocoder();g_df8c505d09cea89ba06650cf8fd33c5a.geocode( { 'address': "1876 Main St W, Locust, NC 28097"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('locust-NC-woodforest-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('locust-NC-woodforest-national-bank'), mapOptions);}document.getElementById('a771f272').innerHTML += ' | View Map';var $ldf8c505d09cea89ba06650cf8fd33c5a = '

Woodforest National Bank

Address: 1876 Main St W, Locust, NC 28097
Phone: (704) 888-1088
';var m_df8c505d09cea89ba06650cf8fd33c5a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Woodforest National Bank',});m_df8c505d09cea89ba06650cf8fd33c5a['infowindow'] = new google.maps.InfoWindow({content: $ldf8c505d09cea89ba06650cf8fd33c5a});var infowindow = new google.maps.InfoWindow({content: $ldf8c505d09cea89ba06650cf8fd33c5a});google.maps.event.addListener(m_df8c505d09cea89ba06650cf8fd33c5a, 'click', function() {infowindow.open(map,m_df8c505d09cea89ba06650cf8fd33c5a);});$marker.push(m_df8c505d09cea89ba06650cf8fd33c5a);}});}google.maps.event.addDomListener(window, 'load', initialize);