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.5055,-80.2019)};var g_82250ee1b17678c159deb817f8252880 = new google.maps.Geocoder();g_82250ee1b17678c159deb817f8252880.geocode( { 'address': "216 Mccartney Dr, Moon, PA 15108, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('moon-PA-pa-financial-group-inc').style.display = '';map = new google.maps.Map(document.getElementById('moon-PA-pa-financial-group-inc'), mapOptions);}document.getElementById('29986fdb').innerHTML += ' | View Map';var $l82250ee1b17678c159deb817f8252880 = '

PA Financial Group, Inc.

Address: 216 Mccartney Dr, Moon, PA 15108, USA
Phone: (412) 375-7492
';var m_82250ee1b17678c159deb817f8252880 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'PA Financial Group, Inc.',});m_82250ee1b17678c159deb817f8252880['infowindow'] = new google.maps.InfoWindow({content: $l82250ee1b17678c159deb817f8252880});var infowindow = new google.maps.InfoWindow({content: $l82250ee1b17678c159deb817f8252880});google.maps.event.addListener(m_82250ee1b17678c159deb817f8252880, 'click', function() {infowindow.open(map,m_82250ee1b17678c159deb817f8252880);});$marker.push(m_82250ee1b17678c159deb817f8252880);}});}google.maps.event.addDomListener(window, 'load', initialize);