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.6191,-79.1601)};var g_e86abc3e1f21bc43fd63d165a8ee4eea = new google.maps.Geocoder();g_e86abc3e1f21bc43fd63d165a8ee4eea.geocode( { 'address': "800 Philadelphia St, Indiana, PA 15701"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('indiana-PA-st-insurance-group-llc').style.display = '';map = new google.maps.Map(document.getElementById('indiana-PA-st-insurance-group-llc'), mapOptions);}document.getElementById('72b48f43').innerHTML += ' | View Map';var $le86abc3e1f21bc43fd63d165a8ee4eea = '

S&T Insurance Group LLC

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