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_a170d37791b94fa18ce5b3ddcbb5998f = new google.maps.Geocoder();g_a170d37791b94fa18ce5b3ddcbb5998f.geocode( { 'address': "4785 Old William Penn Hwy, Export, PA 15632, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('export-PA-standard-bank').style.display = '';map = new google.maps.Map(document.getElementById('export-PA-standard-bank'), mapOptions);}document.getElementById('ff086068').innerHTML += ' | View Map';var $la170d37791b94fa18ce5b3ddcbb5998f = '

Standard Bank

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