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.0129,-81.0496)};var g_5c04b0fc69f20a3371c9cf3ba7ef2c20 = new google.maps.Geocoder();g_5c04b0fc69f20a3371c9cf3ba7ef2c20.geocode( { 'address': "911 OH-14, Deerfield, OH 44411, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('deerfield-OH-ez-motors-llc').style.display = '';map = new google.maps.Map(document.getElementById('deerfield-OH-ez-motors-llc'), mapOptions);}document.getElementById('5c785a1a').innerHTML += ' | View Map';var $l5c04b0fc69f20a3371c9cf3ba7ef2c20 = '

EZ Motors LLC

Address: 911 OH-14, Deerfield, OH 44411, USA
Phone: (330) 850-5518
';var m_5c04b0fc69f20a3371c9cf3ba7ef2c20 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'EZ Motors LLC',});m_5c04b0fc69f20a3371c9cf3ba7ef2c20['infowindow'] = new google.maps.InfoWindow({content: $l5c04b0fc69f20a3371c9cf3ba7ef2c20});var infowindow = new google.maps.InfoWindow({content: $l5c04b0fc69f20a3371c9cf3ba7ef2c20});google.maps.event.addListener(m_5c04b0fc69f20a3371c9cf3ba7ef2c20, 'click', function() {infowindow.open(map,m_5c04b0fc69f20a3371c9cf3ba7ef2c20);});$marker.push(m_5c04b0fc69f20a3371c9cf3ba7ef2c20);}});}google.maps.event.addDomListener(window, 'load', initialize);