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.7438,-75.151)};var g_26278dd3981fb080173ae07dc8b9f810 = new google.maps.Geocoder();g_26278dd3981fb080173ae07dc8b9f810.geocode( { 'address': "16982 Kings Hwy, Lewes, DE 19958, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lewes-DE-community-bank-delaware').style.display = '';map = new google.maps.Map(document.getElementById('lewes-DE-community-bank-delaware'), mapOptions);}document.getElementById('e5ffd073').innerHTML += ' | View Map';var $l26278dd3981fb080173ae07dc8b9f810 = '

Community Bank Delaware

Address: 16982 Kings Hwy, Lewes, DE 19958, USA
Phone: (302) 226-3333
';var m_26278dd3981fb080173ae07dc8b9f810 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Community Bank Delaware',});m_26278dd3981fb080173ae07dc8b9f810['infowindow'] = new google.maps.InfoWindow({content: $l26278dd3981fb080173ae07dc8b9f810});var infowindow = new google.maps.InfoWindow({content: $l26278dd3981fb080173ae07dc8b9f810});google.maps.event.addListener(m_26278dd3981fb080173ae07dc8b9f810, 'click', function() {infowindow.open(map,m_26278dd3981fb080173ae07dc8b9f810);});$marker.push(m_26278dd3981fb080173ae07dc8b9f810);}});}google.maps.event.addDomListener(window, 'load', initialize);