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.7366,-75.549)};var g_fb97fe66af9b3284b34c31a8c77fd2f2 = new google.maps.Geocoder();g_fb97fe66af9b3284b34c31a8c77fd2f2.geocode( { 'address': "409 Silverside Rd, Wilmington, DE 19809"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('wilmington-DE-the-bancorp-bank').style.display = '';map = new google.maps.Map(document.getElementById('wilmington-DE-the-bancorp-bank'), mapOptions);}document.getElementById('e1e698c1').innerHTML += ' | View Map';var $lfb97fe66af9b3284b34c31a8c77fd2f2 = '

The Bancorp Bank

Address: 409 Silverside Rd, Wilmington, DE 19809
Phone: (302) 385-5000
';var m_fb97fe66af9b3284b34c31a8c77fd2f2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'The Bancorp Bank',});m_fb97fe66af9b3284b34c31a8c77fd2f2['infowindow'] = new google.maps.InfoWindow({content: $lfb97fe66af9b3284b34c31a8c77fd2f2});var infowindow = new google.maps.InfoWindow({content: $lfb97fe66af9b3284b34c31a8c77fd2f2});google.maps.event.addListener(m_fb97fe66af9b3284b34c31a8c77fd2f2, 'click', function() {infowindow.open(map,m_fb97fe66af9b3284b34c31a8c77fd2f2);});$marker.push(m_fb97fe66af9b3284b34c31a8c77fd2f2);}});}google.maps.event.addDomListener(window, 'load', initialize);