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_770726111012a985e2d90d9baa459491 = new google.maps.Geocoder();g_770726111012a985e2d90d9baa459491.geocode( { 'address': "3711 Kennett Pike, Wilmington, DE 19807"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('wilmington-DE-doral-bank-florida').style.display = '';map = new google.maps.Map(document.getElementById('wilmington-DE-doral-bank-florida'), mapOptions);}document.getElementById('672befc6').innerHTML += ' | View Map';var $l770726111012a985e2d90d9baa459491 = '

Doral Bank-Florida

Address: 3711 Kennett Pike, Wilmington, DE 19807
Phone: (302) 397-8212
';var m_770726111012a985e2d90d9baa459491 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Doral Bank-Florida',});m_770726111012a985e2d90d9baa459491['infowindow'] = new google.maps.InfoWindow({content: $l770726111012a985e2d90d9baa459491});var infowindow = new google.maps.InfoWindow({content: $l770726111012a985e2d90d9baa459491});google.maps.event.addListener(m_770726111012a985e2d90d9baa459491, 'click', function() {infowindow.open(map,m_770726111012a985e2d90d9baa459491);});$marker.push(m_770726111012a985e2d90d9baa459491);}});}google.maps.event.addDomListener(window, 'load', initialize);