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.2949,-76.1491)};var g_a276ea0b9d0b6e54fc3c7aff092a0235 = new google.maps.Geocoder();g_a276ea0b9d0b6e54fc3c7aff092a0235.geocode( { 'address': "178 US Highway 158 W, Camden, NC 27921"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('camden-NC-towne-bank').style.display = '';map = new google.maps.Map(document.getElementById('camden-NC-towne-bank'), mapOptions);}document.getElementById('e6b7258b').innerHTML += ' | View Map';var $la276ea0b9d0b6e54fc3c7aff092a0235 = '

Towne Bank

Address: 178 US Highway 158 W, Camden, NC 27921
Phone: (252) 338-2165
';var m_a276ea0b9d0b6e54fc3c7aff092a0235 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Towne Bank',});m_a276ea0b9d0b6e54fc3c7aff092a0235['infowindow'] = new google.maps.InfoWindow({content: $la276ea0b9d0b6e54fc3c7aff092a0235});var infowindow = new google.maps.InfoWindow({content: $la276ea0b9d0b6e54fc3c7aff092a0235});google.maps.event.addListener(m_a276ea0b9d0b6e54fc3c7aff092a0235, 'click', function() {infowindow.open(map,m_a276ea0b9d0b6e54fc3c7aff092a0235);});$marker.push(m_a276ea0b9d0b6e54fc3c7aff092a0235);}});}google.maps.event.addDomListener(window, 'load', initialize);