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.4331,-79.7829)};var g_6b40cac2b6037c073acdcd27f1a0df53 = new google.maps.Geocoder();g_6b40cac2b6037c073acdcd27f1a0df53.geocode( { 'address': "2640 Monroeville Blvd, Monroeville, PA 15146, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('monroeville-PA-standard-bank-atm').style.display = '';map = new google.maps.Map(document.getElementById('monroeville-PA-standard-bank-atm'), mapOptions);}document.getElementById('da29b739').innerHTML += ' | View Map';var $l6b40cac2b6037c073acdcd27f1a0df53 = '

Standard Bank ATM

Address: 2640 Monroeville Blvd, Monroeville, PA 15146, USA
Phone: (866) 856-2265
';var m_6b40cac2b6037c073acdcd27f1a0df53 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Standard Bank ATM',});m_6b40cac2b6037c073acdcd27f1a0df53['infowindow'] = new google.maps.InfoWindow({content: $l6b40cac2b6037c073acdcd27f1a0df53});var infowindow = new google.maps.InfoWindow({content: $l6b40cac2b6037c073acdcd27f1a0df53});google.maps.event.addListener(m_6b40cac2b6037c073acdcd27f1a0df53, 'click', function() {infowindow.open(map,m_6b40cac2b6037c073acdcd27f1a0df53);});$marker.push(m_6b40cac2b6037c073acdcd27f1a0df53);}});}google.maps.event.addDomListener(window, 'load', initialize);