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.2968,-79.5425)};var g_ace1a9fe75566fc61a9edf7fbdf42682 = new google.maps.Geocoder();g_ace1a9fe75566fc61a9edf7fbdf42682.geocode( { 'address': "996 N MAIN ST, LOWER LEVEL, GREENSBURG, PA 15601"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('greensburg-PA-first-national-insurance-agency-llc').style.display = '';map = new google.maps.Map(document.getElementById('greensburg-PA-first-national-insurance-agency-llc'), mapOptions);}document.getElementById('e0258bf3').innerHTML += ' | View Map';var $lace1a9fe75566fc61a9edf7fbdf42682 = '

FIRST NATIONAL INSURANCE AGENCY LLC

Address: 996 N MAIN ST, LOWER LEVEL, GREENSBURG, PA 15601
Phone: (724) 834-0500
';var m_ace1a9fe75566fc61a9edf7fbdf42682 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'FIRST NATIONAL INSURANCE AGENCY LLC',});m_ace1a9fe75566fc61a9edf7fbdf42682['infowindow'] = new google.maps.InfoWindow({content: $lace1a9fe75566fc61a9edf7fbdf42682});var infowindow = new google.maps.InfoWindow({content: $lace1a9fe75566fc61a9edf7fbdf42682});google.maps.event.addListener(m_ace1a9fe75566fc61a9edf7fbdf42682, 'click', function() {infowindow.open(map,m_ace1a9fe75566fc61a9edf7fbdf42682);});$marker.push(m_ace1a9fe75566fc61a9edf7fbdf42682);}});}google.maps.event.addDomListener(window, 'load', initialize);