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.722,-75.2213)};var g_59dec6cac4f6725bf1139c121cde9d57 = new google.maps.Geocoder();g_59dec6cac4f6725bf1139c121cde9d57.geocode( { 'address': "114 N Main St, Mullica Hill, NJ 08062"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mullica-hill-NJ-susquehanna-mullica-hill-office').style.display = '';map = new google.maps.Map(document.getElementById('mullica-hill-NJ-susquehanna-mullica-hill-office'), mapOptions);}document.getElementById('2547297a').innerHTML += ' | View Map';var $l59dec6cac4f6725bf1139c121cde9d57 = '

Susquehanna - Mullica Hill Office

Address: 114 N Main St, Mullica Hill, NJ 08062
Phone: (856) 478-2817
';var m_59dec6cac4f6725bf1139c121cde9d57 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Susquehanna - Mullica Hill Office',});m_59dec6cac4f6725bf1139c121cde9d57['infowindow'] = new google.maps.InfoWindow({content: $l59dec6cac4f6725bf1139c121cde9d57});var infowindow = new google.maps.InfoWindow({content: $l59dec6cac4f6725bf1139c121cde9d57});google.maps.event.addListener(m_59dec6cac4f6725bf1139c121cde9d57, 'click', function() {infowindow.open(map,m_59dec6cac4f6725bf1139c121cde9d57);});$marker.push(m_59dec6cac4f6725bf1139c121cde9d57);}});}google.maps.event.addDomListener(window, 'load', initialize);