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(40.2555,-76.9122)};var g_540316cf8ae17a9d3ce573b4310d8524 = new google.maps.Geocoder();g_540316cf8ae17a9d3ce573b4310d8524.geocode( { 'address': "1035 Mumma Rd Suite 103, Wormleysburg, PA 17043, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('wormleysburg-PA-cd-corp-services').style.display = '';map = new google.maps.Map(document.getElementById('wormleysburg-PA-cd-corp-services'), mapOptions);}document.getElementById('5d77f612').innerHTML += ' | View Map';var $l540316cf8ae17a9d3ce573b4310d8524 = '

C&D Corp Services

Address: 1035 Mumma Rd Suite 103, Wormleysburg, PA 17043, USA
Phone: (888) 602-7626
';var m_540316cf8ae17a9d3ce573b4310d8524 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'C&D Corp Services',});m_540316cf8ae17a9d3ce573b4310d8524['infowindow'] = new google.maps.InfoWindow({content: $l540316cf8ae17a9d3ce573b4310d8524});var infowindow = new google.maps.InfoWindow({content: $l540316cf8ae17a9d3ce573b4310d8524});google.maps.event.addListener(m_540316cf8ae17a9d3ce573b4310d8524, 'click', function() {infowindow.open(map,m_540316cf8ae17a9d3ce573b4310d8524);});$marker.push(m_540316cf8ae17a9d3ce573b4310d8524);}});}google.maps.event.addDomListener(window, 'load', initialize);