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(40.8638,-82.6381)};var g_4229ce1d67fdfe46d878663ba5253924 = new google.maps.Geocoder();g_4229ce1d67fdfe46d878663ba5253924.geocode( { 'address': "249 Mansfield Ave, Shelby, OH 44875, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('shelby-OH-donley-ford-of-shelby').style.display = '';map = new google.maps.Map(document.getElementById('shelby-OH-donley-ford-of-shelby'), mapOptions);}document.getElementById('49f229c8').innerHTML += ' | View Map';var $l4229ce1d67fdfe46d878663ba5253924 = '

Donley Ford of Shelby

Address: 249 Mansfield Ave, Shelby, OH 44875, USA
Phone: (419) 347-4100
';var m_4229ce1d67fdfe46d878663ba5253924 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Donley Ford of Shelby',});m_4229ce1d67fdfe46d878663ba5253924['infowindow'] = new google.maps.InfoWindow({content: $l4229ce1d67fdfe46d878663ba5253924});var infowindow = new google.maps.InfoWindow({content: $l4229ce1d67fdfe46d878663ba5253924});google.maps.event.addListener(m_4229ce1d67fdfe46d878663ba5253924, 'click', function() {infowindow.open(map,m_4229ce1d67fdfe46d878663ba5253924);});$marker.push(m_4229ce1d67fdfe46d878663ba5253924);}});}google.maps.event.addDomListener(window, 'load', initialize);