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.8463,-75.7091)};var g_74921c1d622647c6f7ea7f39641d762e = new google.maps.Geocoder();g_74921c1d622647c6f7ea7f39641d762e.geocode( { 'address': "215 E Cypress St, Kennett Square, PA 19348, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('kennett-square-PA-dnb-first---kennett-square-bank-branch').style.display = '';map = new google.maps.Map(document.getElementById('kennett-square-PA-dnb-first---kennett-square-bank-branch'), mapOptions);}document.getElementById('8f627dfb').innerHTML += ' | View Map';var $l74921c1d622647c6f7ea7f39641d762e = '

DNB First - Kennett Square Bank Branch

Address: 215 E Cypress St, Kennett Square, PA 19348, USA
Phone: (610) 444-4350
';var m_74921c1d622647c6f7ea7f39641d762e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'DNB First - Kennett Square Bank Branch',});m_74921c1d622647c6f7ea7f39641d762e['infowindow'] = new google.maps.InfoWindow({content: $l74921c1d622647c6f7ea7f39641d762e});var infowindow = new google.maps.InfoWindow({content: $l74921c1d622647c6f7ea7f39641d762e});google.maps.event.addListener(m_74921c1d622647c6f7ea7f39641d762e, 'click', function() {infowindow.open(map,m_74921c1d622647c6f7ea7f39641d762e);});$marker.push(m_74921c1d622647c6f7ea7f39641d762e);}});}google.maps.event.addDomListener(window, 'load', initialize);