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.4392,-80.0896)};var g_aa69047dc890c9f76e39b66900b2e172 = new google.maps.Geocoder();g_aa69047dc890c9f76e39b66900b2e172.geocode( { 'address': "4227 Steubenville Pike, Pittsburgh, PA 15205, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('pittsburgh-PA-medical-bureau-of-pittsburgh').style.display = '';map = new google.maps.Map(document.getElementById('pittsburgh-PA-medical-bureau-of-pittsburgh'), mapOptions);}document.getElementById('f9986062').innerHTML += ' | View Map';var $laa69047dc890c9f76e39b66900b2e172 = '

Medical Bureau of Pittsburgh

Address: 4227 Steubenville Pike, Pittsburgh, PA 15205, USA
Phone: (412) 539-0990
';var m_aa69047dc890c9f76e39b66900b2e172 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Medical Bureau of Pittsburgh',});m_aa69047dc890c9f76e39b66900b2e172['infowindow'] = new google.maps.InfoWindow({content: $laa69047dc890c9f76e39b66900b2e172});var infowindow = new google.maps.InfoWindow({content: $laa69047dc890c9f76e39b66900b2e172});google.maps.event.addListener(m_aa69047dc890c9f76e39b66900b2e172, 'click', function() {infowindow.open(map,m_aa69047dc890c9f76e39b66900b2e172);});$marker.push(m_aa69047dc890c9f76e39b66900b2e172);}});}google.maps.event.addDomListener(window, 'load', initialize);