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.4032,-82.4471)};var g_3e4ad5698e12b6ac4241a6c144dc822e = new google.maps.Geocoder();g_3e4ad5698e12b6ac4241a6c144dc822e.geocode( { 'address': "1455 Coshocton Ave, Mt Vernon, OH 43050, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mount-vernon-OH-donley-ford-lincoln-of-mount-vernon').style.display = '';map = new google.maps.Map(document.getElementById('mount-vernon-OH-donley-ford-lincoln-of-mount-vernon'), mapOptions);}document.getElementById('1b373132').innerHTML += ' | View Map';var $l3e4ad5698e12b6ac4241a6c144dc822e = '

Donley Ford LINCOLN of Mount Vernon

Address: 1455 Coshocton Ave, Mt Vernon, OH 43050, USA
Phone: (740) 392-2222
';var m_3e4ad5698e12b6ac4241a6c144dc822e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Donley Ford LINCOLN of Mount Vernon',});m_3e4ad5698e12b6ac4241a6c144dc822e['infowindow'] = new google.maps.InfoWindow({content: $l3e4ad5698e12b6ac4241a6c144dc822e});var infowindow = new google.maps.InfoWindow({content: $l3e4ad5698e12b6ac4241a6c144dc822e});google.maps.event.addListener(m_3e4ad5698e12b6ac4241a6c144dc822e, 'click', function() {infowindow.open(map,m_3e4ad5698e12b6ac4241a6c144dc822e);});$marker.push(m_3e4ad5698e12b6ac4241a6c144dc822e);}});}google.maps.event.addDomListener(window, 'load', initialize);