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.4726,-80.0888)};var g_23c949009fc6cae2b26d162a504e4314 = new google.maps.Geocoder();g_23c949009fc6cae2b26d162a504e4314.geocode( { 'address': "5992 Steubenville Pike, Mc Kees Rocks, PA 15136"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mc-kees-rocks-PA-american-general-finance').style.display = '';map = new google.maps.Map(document.getElementById('mc-kees-rocks-PA-american-general-finance'), mapOptions);}document.getElementById('9353507d').innerHTML += ' | View Map';var $l23c949009fc6cae2b26d162a504e4314 = '

American General Finance

Address: 5992 Steubenville Pike, Mc Kees Rocks, PA 15136
Phone: (412) 787-3577
';var m_23c949009fc6cae2b26d162a504e4314 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'American General Finance',});m_23c949009fc6cae2b26d162a504e4314['infowindow'] = new google.maps.InfoWindow({content: $l23c949009fc6cae2b26d162a504e4314});var infowindow = new google.maps.InfoWindow({content: $l23c949009fc6cae2b26d162a504e4314});google.maps.event.addListener(m_23c949009fc6cae2b26d162a504e4314, 'click', function() {infowindow.open(map,m_23c949009fc6cae2b26d162a504e4314);});$marker.push(m_23c949009fc6cae2b26d162a504e4314);}});}google.maps.event.addDomListener(window, 'load', initialize);