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.6645,-80.4741)};var g_3c5df7e06a249e892afef890ea2391ba = new google.maps.Geocoder();g_3c5df7e06a249e892afef890ea2391ba.geocode( { 'address': "323 S Arlington St, Salisbury, NC 28144"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('salisbury-NC-woodforest-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('salisbury-NC-woodforest-national-bank'), mapOptions);}document.getElementById('d62fb532').innerHTML += ' | View Map';var $l3c5df7e06a249e892afef890ea2391ba = '

Woodforest National Bank

Address: 323 S Arlington St, Salisbury, NC 28144
Phone: (704) 633-1264
';var m_3c5df7e06a249e892afef890ea2391ba = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Woodforest National Bank',});m_3c5df7e06a249e892afef890ea2391ba['infowindow'] = new google.maps.InfoWindow({content: $l3c5df7e06a249e892afef890ea2391ba});var infowindow = new google.maps.InfoWindow({content: $l3c5df7e06a249e892afef890ea2391ba});google.maps.event.addListener(m_3c5df7e06a249e892afef890ea2391ba, 'click', function() {infowindow.open(map,m_3c5df7e06a249e892afef890ea2391ba);});$marker.push(m_3c5df7e06a249e892afef890ea2391ba);}});}google.maps.event.addDomListener(window, 'load', initialize);