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.3186,-76.1779)};var g_cf3dd1db97cb7c98de2d9b5b3cdd86df = new google.maps.Geocoder();g_cf3dd1db97cb7c98de2d9b5b3cdd86df.geocode( { 'address': "178 US-158, Camden, NC 27921, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('camden-NC-townebank-branch-location').style.display = '';map = new google.maps.Map(document.getElementById('camden-NC-townebank-branch-location'), mapOptions);}document.getElementById('09dc6689').innerHTML += ' | View Map';var $lcf3dd1db97cb7c98de2d9b5b3cdd86df = '

TowneBank, Branch Location

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