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.9194,-75.4205)};var g_7c6bc715fc707270125869cfe87364e2 = new google.maps.Geocoder();g_7c6bc715fc707270125869cfe87364e2.geocode( { 'address': "110 W Front St, Media, PA 19063"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('media-PA-scott-f-waterman-esq').style.display = '';map = new google.maps.Map(document.getElementById('media-PA-scott-f-waterman-esq'), mapOptions);}document.getElementById('9995a362').innerHTML += ' | View Map';var $l7c6bc715fc707270125869cfe87364e2 = '

Scott F. Waterman, Esq.

Address: 110 W Front St, Media, PA 19063
Phone: (610) 566-4277
';var m_7c6bc715fc707270125869cfe87364e2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Scott F. Waterman, Esq.',});m_7c6bc715fc707270125869cfe87364e2['infowindow'] = new google.maps.InfoWindow({content: $l7c6bc715fc707270125869cfe87364e2});var infowindow = new google.maps.InfoWindow({content: $l7c6bc715fc707270125869cfe87364e2});google.maps.event.addListener(m_7c6bc715fc707270125869cfe87364e2, 'click', function() {infowindow.open(map,m_7c6bc715fc707270125869cfe87364e2);});$marker.push(m_7c6bc715fc707270125869cfe87364e2);}});}google.maps.event.addDomListener(window, 'load', initialize);