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(39.7123,-82.6093)};var g_9f72238ba632995173ef8034fee7bf2c = new google.maps.Geocoder();g_9f72238ba632995173ef8034fee7bf2c.geocode( { 'address': "384 Lincoln Ave, Lancaster, OH 43130, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lancaster-OH-motorworld-of-america').style.display = '';map = new google.maps.Map(document.getElementById('lancaster-OH-motorworld-of-america'), mapOptions);}document.getElementById('b2ff82ff').innerHTML += ' | View Map';var $l9f72238ba632995173ef8034fee7bf2c = '

Motorworld of America

Address: 384 Lincoln Ave, Lancaster, OH 43130, USA
Phone: (740) 687-5109
';var m_9f72238ba632995173ef8034fee7bf2c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Motorworld of America',});m_9f72238ba632995173ef8034fee7bf2c['infowindow'] = new google.maps.InfoWindow({content: $l9f72238ba632995173ef8034fee7bf2c});var infowindow = new google.maps.InfoWindow({content: $l9f72238ba632995173ef8034fee7bf2c});google.maps.event.addListener(m_9f72238ba632995173ef8034fee7bf2c, 'click', function() {infowindow.open(map,m_9f72238ba632995173ef8034fee7bf2c);});$marker.push(m_9f72238ba632995173ef8034fee7bf2c);}});}google.maps.event.addDomListener(window, 'load', initialize);