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.35,-79.8635)};var g_29bb78159b917b0cd9b368d7ab7d84d8 = new google.maps.Geocoder();g_29bb78159b917b0cd9b368d7ab7d84d8.geocode( { 'address': "330 6th St, McKeesport, PA 15132, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mckeesport-PA-city-finance-co-inc').style.display = '';map = new google.maps.Map(document.getElementById('mckeesport-PA-city-finance-co-inc'), mapOptions);}document.getElementById('c53e0867').innerHTML += ' | View Map';var $l29bb78159b917b0cd9b368d7ab7d84d8 = '

City Finance Co Inc

Address: 330 6th St, McKeesport, PA 15132, USA
Phone: (412) 678-8646
';var m_29bb78159b917b0cd9b368d7ab7d84d8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'City Finance Co Inc',});m_29bb78159b917b0cd9b368d7ab7d84d8['infowindow'] = new google.maps.InfoWindow({content: $l29bb78159b917b0cd9b368d7ab7d84d8});var infowindow = new google.maps.InfoWindow({content: $l29bb78159b917b0cd9b368d7ab7d84d8});google.maps.event.addListener(m_29bb78159b917b0cd9b368d7ab7d84d8, 'click', function() {infowindow.open(map,m_29bb78159b917b0cd9b368d7ab7d84d8);});$marker.push(m_29bb78159b917b0cd9b368d7ab7d84d8);}});}google.maps.event.addDomListener(window, 'load', initialize);