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_a79494ee8425909e7d40996a4a26e0ca = new google.maps.Geocoder();g_a79494ee8425909e7d40996a4a26e0ca.geocode( { 'address': "8406 Perry Hwy, Pittsburgh, PA 15237"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('pittsburgh-PA-veracity-mortgage-corporation').style.display = '';map = new google.maps.Map(document.getElementById('pittsburgh-PA-veracity-mortgage-corporation'), mapOptions);}document.getElementById('37ba1d7a').innerHTML += ' | View Map';var $la79494ee8425909e7d40996a4a26e0ca = '

Veracity Mortgage Corporation

Address: 8406 Perry Hwy, Pittsburgh, PA 15237
Phone: (412) 366-7723
';var m_a79494ee8425909e7d40996a4a26e0ca = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Veracity Mortgage Corporation',});m_a79494ee8425909e7d40996a4a26e0ca['infowindow'] = new google.maps.InfoWindow({content: $la79494ee8425909e7d40996a4a26e0ca});var infowindow = new google.maps.InfoWindow({content: $la79494ee8425909e7d40996a4a26e0ca});google.maps.event.addListener(m_a79494ee8425909e7d40996a4a26e0ca, 'click', function() {infowindow.open(map,m_a79494ee8425909e7d40996a4a26e0ca);});$marker.push(m_a79494ee8425909e7d40996a4a26e0ca);}});}google.maps.event.addDomListener(window, 'load', initialize);