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.419,-79.9553)};var g_1cfc4f4b50c90c572f310ab0723b65b2 = new google.maps.Geocoder();g_1cfc4f4b50c90c572f310ab0723b65b2.geocode( { 'address': "3856 S Water St, Pittsburgh, PA 15203, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('pittsburgh-PA-regional-development-funding').style.display = '';map = new google.maps.Map(document.getElementById('pittsburgh-PA-regional-development-funding'), mapOptions);}document.getElementById('c43f6f23').innerHTML += ' | View Map';var $l1cfc4f4b50c90c572f310ab0723b65b2 = '

Regional Development Funding

Address: 3856 S Water St, Pittsburgh, PA 15203, USA
Phone: (412) 246-4840
';var m_1cfc4f4b50c90c572f310ab0723b65b2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Regional Development Funding',});m_1cfc4f4b50c90c572f310ab0723b65b2['infowindow'] = new google.maps.InfoWindow({content: $l1cfc4f4b50c90c572f310ab0723b65b2});var infowindow = new google.maps.InfoWindow({content: $l1cfc4f4b50c90c572f310ab0723b65b2});google.maps.event.addListener(m_1cfc4f4b50c90c572f310ab0723b65b2, 'click', function() {infowindow.open(map,m_1cfc4f4b50c90c572f310ab0723b65b2);});$marker.push(m_1cfc4f4b50c90c572f310ab0723b65b2);}});}google.maps.event.addDomListener(window, 'load', initialize);