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.0783,-75.395)};var g_17b70670d8adef82a1a7372e4b5bd1d1 = new google.maps.Geocoder();g_17b70670d8adef82a1a7372e4b5bd1d1.geocode( { 'address': "211 Twinings Ln, Wayne, PA 19087, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('wayne-PA-clarion-street-advisors-llc').style.display = '';map = new google.maps.Map(document.getElementById('wayne-PA-clarion-street-advisors-llc'), mapOptions);}document.getElementById('6b28ca1e').innerHTML += ' | View Map';var $l17b70670d8adef82a1a7372e4b5bd1d1 = '

Clarion Street Advisors, LLC

Address: 211 Twinings Ln, Wayne, PA 19087, USA
Phone: (610) 996-7200
';var m_17b70670d8adef82a1a7372e4b5bd1d1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Clarion Street Advisors, LLC',});m_17b70670d8adef82a1a7372e4b5bd1d1['infowindow'] = new google.maps.InfoWindow({content: $l17b70670d8adef82a1a7372e4b5bd1d1});var infowindow = new google.maps.InfoWindow({content: $l17b70670d8adef82a1a7372e4b5bd1d1});google.maps.event.addListener(m_17b70670d8adef82a1a7372e4b5bd1d1, 'click', function() {infowindow.open(map,m_17b70670d8adef82a1a7372e4b5bd1d1);});$marker.push(m_17b70670d8adef82a1a7372e4b5bd1d1);}});}google.maps.event.addDomListener(window, 'load', initialize);