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.9549,-83.1111)};var g_3c8f9057caf594a9b40fb1d27932c396 = new google.maps.Geocoder();g_3c8f9057caf594a9b40fb1d27932c396.geocode( { 'address': "101 Phillipi Rd, Columbus, OH 43228, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('columbus-OH-kellie-auto-sales').style.display = '';map = new google.maps.Map(document.getElementById('columbus-OH-kellie-auto-sales'), mapOptions);}document.getElementById('0e464ac0').innerHTML += ' | View Map';var $l3c8f9057caf594a9b40fb1d27932c396 = '

Kellie Auto Sales

Address: 101 Phillipi Rd, Columbus, OH 43228, USA
Phone: (614) 851-9111
';var m_3c8f9057caf594a9b40fb1d27932c396 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Kellie Auto Sales',});m_3c8f9057caf594a9b40fb1d27932c396['infowindow'] = new google.maps.InfoWindow({content: $l3c8f9057caf594a9b40fb1d27932c396});var infowindow = new google.maps.InfoWindow({content: $l3c8f9057caf594a9b40fb1d27932c396});google.maps.event.addListener(m_3c8f9057caf594a9b40fb1d27932c396, 'click', function() {infowindow.open(map,m_3c8f9057caf594a9b40fb1d27932c396);});$marker.push(m_3c8f9057caf594a9b40fb1d27932c396);}});}google.maps.event.addDomListener(window, 'load', initialize);