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(38.5548,-75.2188)};var g_10051a9515ec0069cfdf643f1320665d = new google.maps.Geocoder();g_10051a9515ec0069cfdf643f1320665d.geocode( { 'address': "601 Main St, Dagsboro, DE 19939"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dagsboro-DE-bank-of-delmarva').style.display = '';map = new google.maps.Map(document.getElementById('dagsboro-DE-bank-of-delmarva'), mapOptions);}document.getElementById('e3d68c76').innerHTML += ' | View Map';var $l10051a9515ec0069cfdf643f1320665d = '

Bank Of Delmarva

Address: 601 Main St, Dagsboro, DE 19939
Phone: (302) 732-3610
';var m_10051a9515ec0069cfdf643f1320665d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank Of Delmarva',});m_10051a9515ec0069cfdf643f1320665d['infowindow'] = new google.maps.InfoWindow({content: $l10051a9515ec0069cfdf643f1320665d});var infowindow = new google.maps.InfoWindow({content: $l10051a9515ec0069cfdf643f1320665d});google.maps.event.addListener(m_10051a9515ec0069cfdf643f1320665d, 'click', function() {infowindow.open(map,m_10051a9515ec0069cfdf643f1320665d);});$marker.push(m_10051a9515ec0069cfdf643f1320665d);}});}google.maps.event.addDomListener(window, 'load', initialize);