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.1114,-75.5462)};var g_f0969d23242b68ac214b27f3258f1845 = new google.maps.Geocoder();g_f0969d23242b68ac214b27f3258f1845.geocode( { 'address': "1003 Egypt Rd, Phoenixville, PA 19460"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('phoenixville-PA-keystone-equities-group').style.display = '';map = new google.maps.Map(document.getElementById('phoenixville-PA-keystone-equities-group'), mapOptions);}document.getElementById('9407973f').innerHTML += ' | View Map';var $lf0969d23242b68ac214b27f3258f1845 = '

Keystone Equities Group

Address: 1003 Egypt Rd, Phoenixville, PA 19460
Phone: (610) 415-6300
';var m_f0969d23242b68ac214b27f3258f1845 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Keystone Equities Group',});m_f0969d23242b68ac214b27f3258f1845['infowindow'] = new google.maps.InfoWindow({content: $lf0969d23242b68ac214b27f3258f1845});var infowindow = new google.maps.InfoWindow({content: $lf0969d23242b68ac214b27f3258f1845});google.maps.event.addListener(m_f0969d23242b68ac214b27f3258f1845, 'click', function() {infowindow.open(map,m_f0969d23242b68ac214b27f3258f1845);});$marker.push(m_f0969d23242b68ac214b27f3258f1845);}});}google.maps.event.addDomListener(window, 'load', initialize);