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.6227,-79.155)};var g_49e5149850c506cbe690383f75345b83 = new google.maps.Geocoder();g_49e5149850c506cbe690383f75345b83.geocode( { 'address': "800 Philadelphia St, Indiana, PA 15701, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('indiana-PA-st-wealth-management').style.display = '';map = new google.maps.Map(document.getElementById('indiana-PA-st-wealth-management'), mapOptions);}document.getElementById('7bccccd8').innerHTML += ' | View Map';var $l49e5149850c506cbe690383f75345b83 = '

S&T Wealth Management

Address: 800 Philadelphia St, Indiana, PA 15701, USA
Phone: (724) 349-1800
';var m_49e5149850c506cbe690383f75345b83 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'S&T Wealth Management',});m_49e5149850c506cbe690383f75345b83['infowindow'] = new google.maps.InfoWindow({content: $l49e5149850c506cbe690383f75345b83});var infowindow = new google.maps.InfoWindow({content: $l49e5149850c506cbe690383f75345b83});google.maps.event.addListener(m_49e5149850c506cbe690383f75345b83, 'click', function() {infowindow.open(map,m_49e5149850c506cbe690383f75345b83);});$marker.push(m_49e5149850c506cbe690383f75345b83);}});}google.maps.event.addDomListener(window, 'load', initialize);