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.4382,-80.0199)};var g_e407dc844c8a011cefcba7d63db767ca = new google.maps.Geocoder();g_e407dc844c8a011cefcba7d63db767ca.geocode( { 'address': "1301 Grandview Ave #400, Pittsburgh, PA 15211, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('pittsburgh-PA-tjs-financial-services-llc').style.display = '';map = new google.maps.Map(document.getElementById('pittsburgh-PA-tjs-financial-services-llc'), mapOptions);}document.getElementById('5a17397a').innerHTML += ' | View Map';var $le407dc844c8a011cefcba7d63db767ca = '

TJS Financial Services LLC

Address: 1301 Grandview Ave #400, Pittsburgh, PA 15211, USA
Phone: (412) 224-5880
';var m_e407dc844c8a011cefcba7d63db767ca = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'TJS Financial Services LLC',});m_e407dc844c8a011cefcba7d63db767ca['infowindow'] = new google.maps.InfoWindow({content: $le407dc844c8a011cefcba7d63db767ca});var infowindow = new google.maps.InfoWindow({content: $le407dc844c8a011cefcba7d63db767ca});google.maps.event.addListener(m_e407dc844c8a011cefcba7d63db767ca, 'click', function() {infowindow.open(map,m_e407dc844c8a011cefcba7d63db767ca);});$marker.push(m_e407dc844c8a011cefcba7d63db767ca);}});}google.maps.event.addDomListener(window, 'load', initialize);