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.1019,-80.7377)};var g_e598039f4c6732496509b03ffa20546c = new google.maps.Geocoder();g_e598039f4c6732496509b03ffa20546c.geocode( { 'address': "4508 Mahoning Ave, Youngstown, OH 44515, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('youngstown-OH-abc-motorcredit-youngstown').style.display = '';map = new google.maps.Map(document.getElementById('youngstown-OH-abc-motorcredit-youngstown'), mapOptions);}document.getElementById('4b96e71c').innerHTML += ' | View Map';var $le598039f4c6732496509b03ffa20546c = '

ABC Motorcredit Youngstown

Address: 4508 Mahoning Ave, Youngstown, OH 44515, USA
Phone: (330) 799-0001
';var m_e598039f4c6732496509b03ffa20546c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ABC Motorcredit Youngstown',});m_e598039f4c6732496509b03ffa20546c['infowindow'] = new google.maps.InfoWindow({content: $le598039f4c6732496509b03ffa20546c});var infowindow = new google.maps.InfoWindow({content: $le598039f4c6732496509b03ffa20546c});google.maps.event.addListener(m_e598039f4c6732496509b03ffa20546c, 'click', function() {infowindow.open(map,m_e598039f4c6732496509b03ffa20546c);});$marker.push(m_e598039f4c6732496509b03ffa20546c);}});}google.maps.event.addDomListener(window, 'load', initialize);