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.4245,-80.0418)};var g_d84f5d86f6bc9fc35c0bdcc79c3766ea = new google.maps.Geocoder();g_d84f5d86f6bc9fc35c0bdcc79c3766ea.geocode( { 'address': "875 Greentree Rd # 100, Pittsburgh, PA 15220, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('pittsburgh-PA-cbc-co-inc').style.display = '';map = new google.maps.Map(document.getElementById('pittsburgh-PA-cbc-co-inc'), mapOptions);}document.getElementById('da043a9a').innerHTML += ' | View Map';var $ld84f5d86f6bc9fc35c0bdcc79c3766ea = '

CBC Co Inc

Address: 875 Greentree Rd # 100, Pittsburgh, PA 15220, USA
Phone: (412) 503-9254
';var m_d84f5d86f6bc9fc35c0bdcc79c3766ea = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'CBC Co Inc',});m_d84f5d86f6bc9fc35c0bdcc79c3766ea['infowindow'] = new google.maps.InfoWindow({content: $ld84f5d86f6bc9fc35c0bdcc79c3766ea});var infowindow = new google.maps.InfoWindow({content: $ld84f5d86f6bc9fc35c0bdcc79c3766ea});google.maps.event.addListener(m_d84f5d86f6bc9fc35c0bdcc79c3766ea, 'click', function() {infowindow.open(map,m_d84f5d86f6bc9fc35c0bdcc79c3766ea);});$marker.push(m_d84f5d86f6bc9fc35c0bdcc79c3766ea);}});}google.maps.event.addDomListener(window, 'load', initialize);