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.424,-79.6646)};var g_c93a74fe6e7149a5cb5600b60266fc2d = new google.maps.Geocoder();g_c93a74fe6e7149a5cb5600b60266fc2d.geocode( { 'address': "4785 Old William Penn Hwy, Murrysville, PA 15632, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('murrysville-PA-standard-investment-services').style.display = '';map = new google.maps.Map(document.getElementById('murrysville-PA-standard-investment-services'), mapOptions);}document.getElementById('09d69b12').innerHTML += ' | View Map';var $lc93a74fe6e7149a5cb5600b60266fc2d = '

Standard Investment Services

Address: 4785 Old William Penn Hwy, Murrysville, PA 15632, USA
Phone: (724) 547-2019
';var m_c93a74fe6e7149a5cb5600b60266fc2d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Standard Investment Services',});m_c93a74fe6e7149a5cb5600b60266fc2d['infowindow'] = new google.maps.InfoWindow({content: $lc93a74fe6e7149a5cb5600b60266fc2d});var infowindow = new google.maps.InfoWindow({content: $lc93a74fe6e7149a5cb5600b60266fc2d});google.maps.event.addListener(m_c93a74fe6e7149a5cb5600b60266fc2d, 'click', function() {infowindow.open(map,m_c93a74fe6e7149a5cb5600b60266fc2d);});$marker.push(m_c93a74fe6e7149a5cb5600b60266fc2d);}});}google.maps.event.addDomListener(window, 'load', initialize);