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.6422,-80.0649)};var g_ccf2c17d9d1388d86d3bdb68bc85a49b = new google.maps.Geocoder();g_ccf2c17d9d1388d86d3bdb68bc85a49b.geocode( { 'address': "3000 Stonewood Dr, Wexford, PA 15090, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('wexford-PA-union-national-mortgage-co').style.display = '';map = new google.maps.Map(document.getElementById('wexford-PA-union-national-mortgage-co'), mapOptions);}document.getElementById('0b6115c2').innerHTML += ' | View Map';var $lccf2c17d9d1388d86d3bdb68bc85a49b = '

Union National Mortgage Co

Address: 3000 Stonewood Dr, Wexford, PA 15090, USA
Phone: (412) 489-4977
';var m_ccf2c17d9d1388d86d3bdb68bc85a49b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Union National Mortgage Co',});m_ccf2c17d9d1388d86d3bdb68bc85a49b['infowindow'] = new google.maps.InfoWindow({content: $lccf2c17d9d1388d86d3bdb68bc85a49b});var infowindow = new google.maps.InfoWindow({content: $lccf2c17d9d1388d86d3bdb68bc85a49b});google.maps.event.addListener(m_ccf2c17d9d1388d86d3bdb68bc85a49b, 'click', function() {infowindow.open(map,m_ccf2c17d9d1388d86d3bdb68bc85a49b);});$marker.push(m_ccf2c17d9d1388d86d3bdb68bc85a49b);}});}google.maps.event.addDomListener(window, 'load', initialize);