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.7379,-82.7776)};var g_a105e97d1510cf5a3ebc28c808ca7844 = new google.maps.Geocoder();g_a105e97d1510cf5a3ebc28c808ca7844.geocode( { 'address': "702 Charles St, Galion, OH 44833, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('galion-OH-donley-ford-of-galion').style.display = '';map = new google.maps.Map(document.getElementById('galion-OH-donley-ford-of-galion'), mapOptions);}document.getElementById('d7b876c1').innerHTML += ' | View Map';var $la105e97d1510cf5a3ebc28c808ca7844 = '

Donley Ford of Galion

Address: 702 Charles St, Galion, OH 44833, USA
Phone: (419) 468-4322
';var m_a105e97d1510cf5a3ebc28c808ca7844 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Donley Ford of Galion',});m_a105e97d1510cf5a3ebc28c808ca7844['infowindow'] = new google.maps.InfoWindow({content: $la105e97d1510cf5a3ebc28c808ca7844});var infowindow = new google.maps.InfoWindow({content: $la105e97d1510cf5a3ebc28c808ca7844});google.maps.event.addListener(m_a105e97d1510cf5a3ebc28c808ca7844, 'click', function() {infowindow.open(map,m_a105e97d1510cf5a3ebc28c808ca7844);});$marker.push(m_a105e97d1510cf5a3ebc28c808ca7844);}});}google.maps.event.addDomListener(window, 'load', initialize);