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.539,-76.6202)};var g_aded0a90165c65427500b68d8100e0bf = new google.maps.Geocoder();g_aded0a90165c65427500b68d8100e0bf.geocode( { 'address': "365 Pamlico St, Belhaven, NC 27810, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('belhaven-NC-wells-fargo-bank').style.display = '';map = new google.maps.Map(document.getElementById('belhaven-NC-wells-fargo-bank'), mapOptions);}document.getElementById('f12984ca').innerHTML += ' | View Map';var $laded0a90165c65427500b68d8100e0bf = '

Wells Fargo Bank

Address: 365 Pamlico St, Belhaven, NC 27810, USA
Phone: (252) 943-2131
';var m_aded0a90165c65427500b68d8100e0bf = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wells Fargo Bank',});m_aded0a90165c65427500b68d8100e0bf['infowindow'] = new google.maps.InfoWindow({content: $laded0a90165c65427500b68d8100e0bf});var infowindow = new google.maps.InfoWindow({content: $laded0a90165c65427500b68d8100e0bf});google.maps.event.addListener(m_aded0a90165c65427500b68d8100e0bf, 'click', function() {infowindow.open(map,m_aded0a90165c65427500b68d8100e0bf);});$marker.push(m_aded0a90165c65427500b68d8100e0bf);}});}google.maps.event.addDomListener(window, 'load', initialize);