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.244,-79.2396)};var g_b5c4def0db8bdcb481f749eea434371c = new google.maps.Geocoder();g_b5c4def0db8bdcb481f749eea434371c.geocode( { 'address': "211 W Main St, Ligonier, PA 15658, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ligonier-PA-standard-bank').style.display = '';map = new google.maps.Map(document.getElementById('ligonier-PA-standard-bank'), mapOptions);}document.getElementById('a6b4d0dd').innerHTML += ' | View Map';var $lb5c4def0db8bdcb481f749eea434371c = '

Standard Bank

Address: 211 W Main St, Ligonier, PA 15658, USA
Phone: (724) 238-6655
';var m_b5c4def0db8bdcb481f749eea434371c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Standard Bank',});m_b5c4def0db8bdcb481f749eea434371c['infowindow'] = new google.maps.InfoWindow({content: $lb5c4def0db8bdcb481f749eea434371c});var infowindow = new google.maps.InfoWindow({content: $lb5c4def0db8bdcb481f749eea434371c});google.maps.event.addListener(m_b5c4def0db8bdcb481f749eea434371c, 'click', function() {infowindow.open(map,m_b5c4def0db8bdcb481f749eea434371c);});$marker.push(m_b5c4def0db8bdcb481f749eea434371c);}});}google.maps.event.addDomListener(window, 'load', initialize);