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_b61248fcbcb76b463231d88a39b5d4cb = new google.maps.Geocoder();g_b61248fcbcb76b463231d88a39b5d4cb.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-atm').style.display = '';map = new google.maps.Map(document.getElementById('ligonier-PA-standard-bank-atm'), mapOptions);}document.getElementById('a6b4d0dd').innerHTML += ' | View Map';var $lb61248fcbcb76b463231d88a39b5d4cb = '

Standard Bank ATM

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