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.3371,-75.1447)};var g_6f1073320327090cc42e6e4e7e32041d = new google.maps.Geocoder();g_6f1073320327090cc42e6e4e7e32041d.geocode( { 'address': "Bailiwick #8, 252 W Swamp Rd, Doylestown, PA 18901, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('doylestown-PA-ronald-a-williams').style.display = '';map = new google.maps.Map(document.getElementById('doylestown-PA-ronald-a-williams'), mapOptions);}document.getElementById('e1cd5da9').innerHTML += ' | View Map';var $l6f1073320327090cc42e6e4e7e32041d = '

Ronald A. Williams

Address: Bailiwick #8, 252 W Swamp Rd, Doylestown, PA 18901, USA
Phone: (215) 348-1820
';var m_6f1073320327090cc42e6e4e7e32041d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Ronald A. Williams',});m_6f1073320327090cc42e6e4e7e32041d['infowindow'] = new google.maps.InfoWindow({content: $l6f1073320327090cc42e6e4e7e32041d});var infowindow = new google.maps.InfoWindow({content: $l6f1073320327090cc42e6e4e7e32041d});google.maps.event.addListener(m_6f1073320327090cc42e6e4e7e32041d, 'click', function() {infowindow.open(map,m_6f1073320327090cc42e6e4e7e32041d);});$marker.push(m_6f1073320327090cc42e6e4e7e32041d);}});}google.maps.event.addDomListener(window, 'load', initialize);