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.2427,-79.24)};var g_7f8d89e94683d6899314ca17fca35c6f = new google.maps.Geocoder();g_7f8d89e94683d6899314ca17fca35c6f.geocode( { 'address': "123 W Loyalhanna St, Ligonier, PA 15658, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ligonier-PA-nationwide-insurance-b-p-insurance-inc').style.display = '';map = new google.maps.Map(document.getElementById('ligonier-PA-nationwide-insurance-b-p-insurance-inc'), mapOptions);}document.getElementById('5d0da015').innerHTML += ' | View Map';var $l7f8d89e94683d6899314ca17fca35c6f = '

Nationwide Insurance: B P Insurance Inc

Address: 123 W Loyalhanna St, Ligonier, PA 15658, USA
Phone: (724) 238-2148
';var m_7f8d89e94683d6899314ca17fca35c6f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Nationwide Insurance: B P Insurance Inc',});m_7f8d89e94683d6899314ca17fca35c6f['infowindow'] = new google.maps.InfoWindow({content: $l7f8d89e94683d6899314ca17fca35c6f});var infowindow = new google.maps.InfoWindow({content: $l7f8d89e94683d6899314ca17fca35c6f});google.maps.event.addListener(m_7f8d89e94683d6899314ca17fca35c6f, 'click', function() {infowindow.open(map,m_7f8d89e94683d6899314ca17fca35c6f);});$marker.push(m_7f8d89e94683d6899314ca17fca35c6f);}});}google.maps.event.addDomListener(window, 'load', initialize);