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(39.0149,-75.4798)};var g_42f7ef1f4e78685411b74b7552b4ae81 = new google.maps.Geocoder();g_42f7ef1f4e78685411b74b7552b4ae81.geocode( { 'address': "14 E David St, Frederica, DE 19946"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('frederica-DE-wilmington-trust-na').style.display = '';map = new google.maps.Map(document.getElementById('frederica-DE-wilmington-trust-na'), mapOptions);}document.getElementById('3d4ab328').innerHTML += ' | View Map';var $l42f7ef1f4e78685411b74b7552b4ae81 = '

Wilmington Trust NA

Address: 14 E David St, Frederica, DE 19946
Phone: (302) 335-4270
';var m_42f7ef1f4e78685411b74b7552b4ae81 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wilmington Trust NA',});m_42f7ef1f4e78685411b74b7552b4ae81['infowindow'] = new google.maps.InfoWindow({content: $l42f7ef1f4e78685411b74b7552b4ae81});var infowindow = new google.maps.InfoWindow({content: $l42f7ef1f4e78685411b74b7552b4ae81});google.maps.event.addListener(m_42f7ef1f4e78685411b74b7552b4ae81, 'click', function() {infowindow.open(map,m_42f7ef1f4e78685411b74b7552b4ae81);});$marker.push(m_42f7ef1f4e78685411b74b7552b4ae81);}});}google.maps.event.addDomListener(window, 'load', initialize);