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_f81dd6345d8910b839c2fd7b575cd0e7 = new google.maps.Geocoder();g_f81dd6345d8910b839c2fd7b575cd0e7.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').style.display = '';map = new google.maps.Map(document.getElementById('greensburg-PA-standard-bank'), mapOptions);}document.getElementById('88c70040').innerHTML += ' | View Map';var $lf81dd6345d8910b839c2fd7b575cd0e7 = '

Standard Bank

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