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(36.099,-75.7222)};var g_37ecd27608480aa3569a511a638ca74f = new google.maps.Geocoder();g_37ecd27608480aa3569a511a638ca74f.geocode( { 'address': "5425 N Croatan Hwy, Southern Shores, NC 27949, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('southern-shores-NC-wells-fargo-bank').style.display = '';map = new google.maps.Map(document.getElementById('southern-shores-NC-wells-fargo-bank'), mapOptions);}document.getElementById('30e1a6ec').innerHTML += ' | View Map';var $l37ecd27608480aa3569a511a638ca74f = '

Wells Fargo Bank

Address: 5425 N Croatan Hwy, Southern Shores, NC 27949, USA
Phone: (252) 261-6700
';var m_37ecd27608480aa3569a511a638ca74f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wells Fargo Bank',});m_37ecd27608480aa3569a511a638ca74f['infowindow'] = new google.maps.InfoWindow({content: $l37ecd27608480aa3569a511a638ca74f});var infowindow = new google.maps.InfoWindow({content: $l37ecd27608480aa3569a511a638ca74f});google.maps.event.addListener(m_37ecd27608480aa3569a511a638ca74f, 'click', function() {infowindow.open(map,m_37ecd27608480aa3569a511a638ca74f);});$marker.push(m_37ecd27608480aa3569a511a638ca74f);}});}google.maps.event.addDomListener(window, 'load', initialize);