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.302,-79.4982)};var g_66445401beb65b29c12a4c9fa008e92b = new google.maps.Geocoder();g_66445401beb65b29c12a4c9fa008e92b.geocode( { 'address': "5150 US-30, Greensburg, PA 15601, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('greensburg-PA-standard-bank-atm').style.display = '';map = new google.maps.Map(document.getElementById('greensburg-PA-standard-bank-atm'), mapOptions);}document.getElementById('88c70040').innerHTML += ' | View Map';var $l66445401beb65b29c12a4c9fa008e92b = '

Standard Bank ATM

Address: 5150 US-30, Greensburg, PA 15601, USA
Phone: (866) 856-2265
';var m_66445401beb65b29c12a4c9fa008e92b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Standard Bank ATM',});m_66445401beb65b29c12a4c9fa008e92b['infowindow'] = new google.maps.InfoWindow({content: $l66445401beb65b29c12a4c9fa008e92b});var infowindow = new google.maps.InfoWindow({content: $l66445401beb65b29c12a4c9fa008e92b});google.maps.event.addListener(m_66445401beb65b29c12a4c9fa008e92b, 'click', function() {infowindow.open(map,m_66445401beb65b29c12a4c9fa008e92b);});$marker.push(m_66445401beb65b29c12a4c9fa008e92b);}});}google.maps.event.addDomListener(window, 'load', initialize);