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(41.0271,-80.3532)};var g_fa4631a87f351249eb5651a9872d1325 = new google.maps.Geocoder();g_fa4631a87f351249eb5651a9872d1325.geocode( { 'address': "2418 Wilmington Rd, New Castle, PA 16105, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('new-castle-PA-mahoning-finance').style.display = '';map = new google.maps.Map(document.getElementById('new-castle-PA-mahoning-finance'), mapOptions);}document.getElementById('0a09002f').innerHTML += ' | View Map';var $lfa4631a87f351249eb5651a9872d1325 = '

Mahoning Finance

Address: 2418 Wilmington Rd, New Castle, PA 16105, USA
Phone: (724) 658-8888
';var m_fa4631a87f351249eb5651a9872d1325 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Mahoning Finance',});m_fa4631a87f351249eb5651a9872d1325['infowindow'] = new google.maps.InfoWindow({content: $lfa4631a87f351249eb5651a9872d1325});var infowindow = new google.maps.InfoWindow({content: $lfa4631a87f351249eb5651a9872d1325});google.maps.event.addListener(m_fa4631a87f351249eb5651a9872d1325, 'click', function() {infowindow.open(map,m_fa4631a87f351249eb5651a9872d1325);});$marker.push(m_fa4631a87f351249eb5651a9872d1325);}});}google.maps.event.addDomListener(window, 'load', initialize);