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.3085,-79.8948)};var g_ceaa1d9a8b9a3abc5034e5208df379ea = new google.maps.Geocoder();g_ceaa1d9a8b9a3abc5034e5208df379ea.geocode( { 'address': "640 Delaware Ave, Clairton, PA 15025, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('clairton-PA-american-express-clairton').style.display = '';map = new google.maps.Map(document.getElementById('clairton-PA-american-express-clairton'), mapOptions);}document.getElementById('fab69f5f').innerHTML += ' | View Map';var $lceaa1d9a8b9a3abc5034e5208df379ea = '

American Express Clairton

Address: 640 Delaware Ave, Clairton, PA 15025, USA
Phone: (412) 945-3199
';var m_ceaa1d9a8b9a3abc5034e5208df379ea = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'American Express Clairton',});m_ceaa1d9a8b9a3abc5034e5208df379ea['infowindow'] = new google.maps.InfoWindow({content: $lceaa1d9a8b9a3abc5034e5208df379ea});var infowindow = new google.maps.InfoWindow({content: $lceaa1d9a8b9a3abc5034e5208df379ea});google.maps.event.addListener(m_ceaa1d9a8b9a3abc5034e5208df379ea, 'click', function() {infowindow.open(map,m_ceaa1d9a8b9a3abc5034e5208df379ea);});$marker.push(m_ceaa1d9a8b9a3abc5034e5208df379ea);}});}google.maps.event.addDomListener(window, 'load', initialize);