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.173,-75.0445)};var g_d5c2a955ff793c59d309665e19ca21e9 = new google.maps.Geocoder();g_d5c2a955ff793c59d309665e19ca21e9.geocode( { 'address': "648 2nd St Pike, Southampton, PA 18966, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('southampton-PA-law-offices-of-blitshtein--weiss-pc').style.display = '';map = new google.maps.Map(document.getElementById('southampton-PA-law-offices-of-blitshtein--weiss-pc'), mapOptions);}document.getElementById('a3ca413e').innerHTML += ' | View Map';var $ld5c2a955ff793c59d309665e19ca21e9 = '

Law Offices Of Blitshtein & Weiss, P.C.

Address: 648 2nd St Pike, Southampton, PA 18966, USA
Phone: (215) 364-4900
';var m_d5c2a955ff793c59d309665e19ca21e9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Law Offices Of Blitshtein & Weiss, P.C.',});m_d5c2a955ff793c59d309665e19ca21e9['infowindow'] = new google.maps.InfoWindow({content: $ld5c2a955ff793c59d309665e19ca21e9});var infowindow = new google.maps.InfoWindow({content: $ld5c2a955ff793c59d309665e19ca21e9});google.maps.event.addListener(m_d5c2a955ff793c59d309665e19ca21e9, 'click', function() {infowindow.open(map,m_d5c2a955ff793c59d309665e19ca21e9);});$marker.push(m_d5c2a955ff793c59d309665e19ca21e9);}});}google.maps.event.addDomListener(window, 'load', initialize);