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.1176,-75.0145)};var g_bff2950d471c701063e34f1bcabfde06 = new google.maps.Geocoder();g_bff2950d471c701063e34f1bcabfde06.geocode( { 'address': "1528 Walnut St, Philadelphia, PA 19102"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('philadelphia-PA-mediator-philadelphia').style.display = '';map = new google.maps.Map(document.getElementById('philadelphia-PA-mediator-philadelphia'), mapOptions);}document.getElementById('31bc8ace').innerHTML += ' | View Map';var $lbff2950d471c701063e34f1bcabfde06 = '

Mediator Philadelphia

Address: 1528 Walnut St, Philadelphia, PA 19102
Phone: (215) 790-9666
';var m_bff2950d471c701063e34f1bcabfde06 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Mediator Philadelphia',});m_bff2950d471c701063e34f1bcabfde06['infowindow'] = new google.maps.InfoWindow({content: $lbff2950d471c701063e34f1bcabfde06});var infowindow = new google.maps.InfoWindow({content: $lbff2950d471c701063e34f1bcabfde06});google.maps.event.addListener(m_bff2950d471c701063e34f1bcabfde06, 'click', function() {infowindow.open(map,m_bff2950d471c701063e34f1bcabfde06);});$marker.push(m_bff2950d471c701063e34f1bcabfde06);}});}google.maps.event.addDomListener(window, 'load', initialize);