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_dbd444bb2a73b468e747b39b4903499f = new google.maps.Geocoder();g_dbd444bb2a73b468e747b39b4903499f.geocode( { 'address': "2418 Wilmington Rd # 101, New Castle, PA 16105, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('new-castle-PA-mahoning-consumer-discount-co').style.display = '';map = new google.maps.Map(document.getElementById('new-castle-PA-mahoning-consumer-discount-co'), mapOptions);}document.getElementById('31bd3445').innerHTML += ' | View Map';var $ldbd444bb2a73b468e747b39b4903499f = '

Mahoning Consumer Discount Co

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