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.1008,-79.5872)};var g_f81871047912613035657866de272a10 = new google.maps.Geocoder();g_f81871047912613035657866de272a10.geocode( { 'address': "100 Pittsburgh St, Scottdale, PA 15683, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('scottdale-PA-standard-bank-atm').style.display = '';map = new google.maps.Map(document.getElementById('scottdale-PA-standard-bank-atm'), mapOptions);}document.getElementById('f91a0d00').innerHTML += ' | View Map';var $lf81871047912613035657866de272a10 = '

Standard Bank ATM

Address: 100 Pittsburgh St, Scottdale, PA 15683, USA
Phone: (866) 856-2265
';var m_f81871047912613035657866de272a10 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Standard Bank ATM',});m_f81871047912613035657866de272a10['infowindow'] = new google.maps.InfoWindow({content: $lf81871047912613035657866de272a10});var infowindow = new google.maps.InfoWindow({content: $lf81871047912613035657866de272a10});google.maps.event.addListener(m_f81871047912613035657866de272a10, 'click', function() {infowindow.open(map,m_f81871047912613035657866de272a10);});$marker.push(m_f81871047912613035657866de272a10);}});}google.maps.event.addDomListener(window, 'load', initialize);