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_0723c0809ca062085a93e8970e58804d = new google.maps.Geocoder();g_0723c0809ca062085a93e8970e58804d.geocode( { 'address': "2 Mill Rd, Wilmington, DE 19806"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('wilmington-DE-hudson-castle-law-llc').style.display = '';map = new google.maps.Map(document.getElementById('wilmington-DE-hudson-castle-law-llc'), mapOptions);}document.getElementById('099fd9a8').innerHTML += ' | View Map';var $l0723c0809ca062085a93e8970e58804d = '

Hudson & Castle Law LLC

Address: 2 Mill Rd, Wilmington, DE 19806
Phone: (302) 428-8800
';var m_0723c0809ca062085a93e8970e58804d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Hudson & Castle Law LLC',});m_0723c0809ca062085a93e8970e58804d['infowindow'] = new google.maps.InfoWindow({content: $l0723c0809ca062085a93e8970e58804d});var infowindow = new google.maps.InfoWindow({content: $l0723c0809ca062085a93e8970e58804d});google.maps.event.addListener(m_0723c0809ca062085a93e8970e58804d, 'click', function() {infowindow.open(map,m_0723c0809ca062085a93e8970e58804d);});$marker.push(m_0723c0809ca062085a93e8970e58804d);}});}google.maps.event.addDomListener(window, 'load', initialize);