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.4487,-76.0186)};var g_67a4b0f54d720a47e18a5c99ba191a06 = new google.maps.Geocoder();g_67a4b0f54d720a47e18a5c99ba191a06.geocode( { 'address': "2878 Caratoke Hwy, Currituck, NC 27929, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('currituck-NC-yadkin-bank').style.display = '';map = new google.maps.Map(document.getElementById('currituck-NC-yadkin-bank'), mapOptions);}document.getElementById('4528d01f').innerHTML += ' | View Map';var $l67a4b0f54d720a47e18a5c99ba191a06 = '

Yadkin Bank

Address: 2878 Caratoke Hwy, Currituck, NC 27929, USA
Phone: (252) 232-7700
';var m_67a4b0f54d720a47e18a5c99ba191a06 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Yadkin Bank',});m_67a4b0f54d720a47e18a5c99ba191a06['infowindow'] = new google.maps.InfoWindow({content: $l67a4b0f54d720a47e18a5c99ba191a06});var infowindow = new google.maps.InfoWindow({content: $l67a4b0f54d720a47e18a5c99ba191a06});google.maps.event.addListener(m_67a4b0f54d720a47e18a5c99ba191a06, 'click', function() {infowindow.open(map,m_67a4b0f54d720a47e18a5c99ba191a06);});$marker.push(m_67a4b0f54d720a47e18a5c99ba191a06);}});}google.maps.event.addDomListener(window, 'load', initialize);