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_c77bfda61a0204d445185053e6a9a8fe = new google.maps.Geocoder();g_c77bfda61a0204d445185053e6a9a8fe.geocode( { 'address': "2275 Swallow Hill Rd, Pittsburgh, PA 15220"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('pittsburgh-PA-pa-mortgage-network').style.display = '';map = new google.maps.Map(document.getElementById('pittsburgh-PA-pa-mortgage-network'), mapOptions);}document.getElementById('90ac97c2').innerHTML += ' | View Map';var $lc77bfda61a0204d445185053e6a9a8fe = '

PA Mortgage Network

Address: 2275 Swallow Hill Rd, Pittsburgh, PA 15220
Phone: (412) 563-8105
';var m_c77bfda61a0204d445185053e6a9a8fe = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'PA Mortgage Network',});m_c77bfda61a0204d445185053e6a9a8fe['infowindow'] = new google.maps.InfoWindow({content: $lc77bfda61a0204d445185053e6a9a8fe});var infowindow = new google.maps.InfoWindow({content: $lc77bfda61a0204d445185053e6a9a8fe});google.maps.event.addListener(m_c77bfda61a0204d445185053e6a9a8fe, 'click', function() {infowindow.open(map,m_c77bfda61a0204d445185053e6a9a8fe);});$marker.push(m_c77bfda61a0204d445185053e6a9a8fe);}});}google.maps.event.addDomListener(window, 'load', initialize);