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.6046,-75.7463)};var g_dac75770ead2678f669ccb8add17ad3b = new google.maps.Geocoder();g_dac75770ead2678f669ccb8add17ad3b.geocode( { 'address': "100 Hygeia Dr, Newark, DE 19713"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('newark-DE-blood-bank-of-delmarva').style.display = '';map = new google.maps.Map(document.getElementById('newark-DE-blood-bank-of-delmarva'), mapOptions);}document.getElementById('dbb81e42').innerHTML += ' | View Map';var $ldac75770ead2678f669ccb8add17ad3b = '

Blood Bank Of Delmarva

Address: 100 Hygeia Dr, Newark, DE 19713
Phone: (302) 737-8400
';var m_dac75770ead2678f669ccb8add17ad3b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Blood Bank Of Delmarva',});m_dac75770ead2678f669ccb8add17ad3b['infowindow'] = new google.maps.InfoWindow({content: $ldac75770ead2678f669ccb8add17ad3b});var infowindow = new google.maps.InfoWindow({content: $ldac75770ead2678f669ccb8add17ad3b});google.maps.event.addListener(m_dac75770ead2678f669ccb8add17ad3b, 'click', function() {infowindow.open(map,m_dac75770ead2678f669ccb8add17ad3b);});$marker.push(m_dac75770ead2678f669ccb8add17ad3b);}});}google.maps.event.addDomListener(window, 'load', initialize);