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.451,-79.8263)};var g_600af0c2c15ab477a81bc0c80626f080 = new google.maps.Geocoder();g_600af0c2c15ab477a81bc0c80626f080.geocode( { 'address': "539 Rodi Rd, Pittsburgh, PA 15235, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('pittsburgh-PA-eastern-pittsburgh-bell-cu').style.display = '';map = new google.maps.Map(document.getElementById('pittsburgh-PA-eastern-pittsburgh-bell-cu'), mapOptions);}document.getElementById('76d26b9b').innerHTML += ' | View Map';var $l600af0c2c15ab477a81bc0c80626f080 = '

Eastern Pittsburgh Bell Cu

Address: 539 Rodi Rd, Pittsburgh, PA 15235, USA
Phone: (412) 241-1500
';var m_600af0c2c15ab477a81bc0c80626f080 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Eastern Pittsburgh Bell Cu',});m_600af0c2c15ab477a81bc0c80626f080['infowindow'] = new google.maps.InfoWindow({content: $l600af0c2c15ab477a81bc0c80626f080});var infowindow = new google.maps.InfoWindow({content: $l600af0c2c15ab477a81bc0c80626f080});google.maps.event.addListener(m_600af0c2c15ab477a81bc0c80626f080, 'click', function() {infowindow.open(map,m_600af0c2c15ab477a81bc0c80626f080);});$marker.push(m_600af0c2c15ab477a81bc0c80626f080);}});}google.maps.event.addDomListener(window, 'load', initialize);