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.4707,-79.9543)};var g_504bdf86439858767723332b7effcd38 = new google.maps.Geocoder();g_504bdf86439858767723332b7effcd38.geocode( { 'address': "6 Ppg Pl, Pittsburgh, PA 15222"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('pittsburgh-PA-citizens-business-credit').style.display = '';map = new google.maps.Map(document.getElementById('pittsburgh-PA-citizens-business-credit'), mapOptions);}document.getElementById('3e213013').innerHTML += ' | View Map';var $l504bdf86439858767723332b7effcd38 = '

Citizens Business Credit

Address: 6 Ppg Pl, Pittsburgh, PA 15222
Phone: (412) 391-3333
';var m_504bdf86439858767723332b7effcd38 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Business Credit',});m_504bdf86439858767723332b7effcd38['infowindow'] = new google.maps.InfoWindow({content: $l504bdf86439858767723332b7effcd38});var infowindow = new google.maps.InfoWindow({content: $l504bdf86439858767723332b7effcd38});google.maps.event.addListener(m_504bdf86439858767723332b7effcd38, 'click', function() {infowindow.open(map,m_504bdf86439858767723332b7effcd38);});$marker.push(m_504bdf86439858767723332b7effcd38);}});}google.maps.event.addDomListener(window, 'load', initialize);