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.245,-79.2415)};var g_76a42442911ed2c462e99dd3aeaf4c82 = new google.maps.Geocoder();g_76a42442911ed2c462e99dd3aeaf4c82.geocode( { 'address': "305 W Main St, Ligonier, PA 15658, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ligonier-PA-westmoreland-financial-services').style.display = '';map = new google.maps.Map(document.getElementById('ligonier-PA-westmoreland-financial-services'), mapOptions);}document.getElementById('cd76fc20').innerHTML += ' | View Map';var $l76a42442911ed2c462e99dd3aeaf4c82 = '

Westmoreland Financial Services

Address: 305 W Main St, Ligonier, PA 15658, USA
Phone: (724) 995-8297
';var m_76a42442911ed2c462e99dd3aeaf4c82 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Westmoreland Financial Services',});m_76a42442911ed2c462e99dd3aeaf4c82['infowindow'] = new google.maps.InfoWindow({content: $l76a42442911ed2c462e99dd3aeaf4c82});var infowindow = new google.maps.InfoWindow({content: $l76a42442911ed2c462e99dd3aeaf4c82});google.maps.event.addListener(m_76a42442911ed2c462e99dd3aeaf4c82, 'click', function() {infowindow.open(map,m_76a42442911ed2c462e99dd3aeaf4c82);});$marker.push(m_76a42442911ed2c462e99dd3aeaf4c82);}});}google.maps.event.addDomListener(window, 'load', initialize);