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(38.3678,-75.5502)};var g_4f3a0741b499f1d1e567135d880d52ef = new google.maps.Geocoder();g_4f3a0741b499f1d1e567135d880d52ef.geocode( { 'address': "242 Tilghman Rd, Salisbury, MD 21804, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('salisbury-MD-consumer-credit-counseling-services-of-md--de-inc').style.display = '';map = new google.maps.Map(document.getElementById('salisbury-MD-consumer-credit-counseling-services-of-md--de-inc'), mapOptions);}document.getElementById('3899f10b').innerHTML += ' | View Map';var $l4f3a0741b499f1d1e567135d880d52ef = '

Consumer Credit Counseling Services of MD & DE, Inc.

Address: 242 Tilghman Rd, Salisbury, MD 21804, USA
Phone: (800) 642-2227
';var m_4f3a0741b499f1d1e567135d880d52ef = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Consumer Credit Counseling Services of MD & DE, Inc.',});m_4f3a0741b499f1d1e567135d880d52ef['infowindow'] = new google.maps.InfoWindow({content: $l4f3a0741b499f1d1e567135d880d52ef});var infowindow = new google.maps.InfoWindow({content: $l4f3a0741b499f1d1e567135d880d52ef});google.maps.event.addListener(m_4f3a0741b499f1d1e567135d880d52ef, 'click', function() {infowindow.open(map,m_4f3a0741b499f1d1e567135d880d52ef);});$marker.push(m_4f3a0741b499f1d1e567135d880d52ef);}});}google.maps.event.addDomListener(window, 'load', initialize);