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.424,-79.6646)};var g_03ee6426e366d9a99b4741ccf2ff8ceb = new google.maps.Geocoder();g_03ee6426e366d9a99b4741ccf2ff8ceb.geocode( { 'address': "4785 Old William Penn Hwy, Murrysville, PA 15632, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('murrysville-PA-standard-bank-atm').style.display = '';map = new google.maps.Map(document.getElementById('murrysville-PA-standard-bank-atm'), mapOptions);}document.getElementById('09d69b12').innerHTML += ' | View Map';var $l03ee6426e366d9a99b4741ccf2ff8ceb = '

Standard Bank ATM

Address: 4785 Old William Penn Hwy, Murrysville, PA 15632, USA
Phone: (866) 856-2265
';var m_03ee6426e366d9a99b4741ccf2ff8ceb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Standard Bank ATM',});m_03ee6426e366d9a99b4741ccf2ff8ceb['infowindow'] = new google.maps.InfoWindow({content: $l03ee6426e366d9a99b4741ccf2ff8ceb});var infowindow = new google.maps.InfoWindow({content: $l03ee6426e366d9a99b4741ccf2ff8ceb});google.maps.event.addListener(m_03ee6426e366d9a99b4741ccf2ff8ceb, 'click', function() {infowindow.open(map,m_03ee6426e366d9a99b4741ccf2ff8ceb);});$marker.push(m_03ee6426e366d9a99b4741ccf2ff8ceb);}});}google.maps.event.addDomListener(window, 'load', initialize);