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.0221,-75.6804)};var g_818cdd667953a348a3d016040c271ce3 = new google.maps.Geocoder();g_818cdd667953a348a3d016040c271ce3.geocode( { 'address': "3105 N Croatan Hwy, Kill Devil Hills, NC 27948"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('kill-devil-hills-NC-towne-bank').style.display = '';map = new google.maps.Map(document.getElementById('kill-devil-hills-NC-towne-bank'), mapOptions);}document.getElementById('a6a3dc9d').innerHTML += ' | View Map';var $l818cdd667953a348a3d016040c271ce3 = '

Towne Bank

Address: 3105 N Croatan Hwy, Kill Devil Hills, NC 27948
Phone: (252) 441-6628
';var m_818cdd667953a348a3d016040c271ce3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Towne Bank',});m_818cdd667953a348a3d016040c271ce3['infowindow'] = new google.maps.InfoWindow({content: $l818cdd667953a348a3d016040c271ce3});var infowindow = new google.maps.InfoWindow({content: $l818cdd667953a348a3d016040c271ce3});google.maps.event.addListener(m_818cdd667953a348a3d016040c271ce3, 'click', function() {infowindow.open(map,m_818cdd667953a348a3d016040c271ce3);});$marker.push(m_818cdd667953a348a3d016040c271ce3);}});}google.maps.event.addDomListener(window, 'load', initialize);