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.15,-84.3803)};var g_203b3f890a9a0e749aea27059068dc93 = new google.maps.Geocoder();g_203b3f890a9a0e749aea27059068dc93.geocode( { 'address': "4113 Plainville Rd b, Cincinnati, OH 45227, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cincinnati-OH-volvo-cars-cincinnati-east').style.display = '';map = new google.maps.Map(document.getElementById('cincinnati-OH-volvo-cars-cincinnati-east'), mapOptions);}document.getElementById('dd115feb').innerHTML += ' | View Map';var $l203b3f890a9a0e749aea27059068dc93 = '

Volvo Cars Cincinnati East

Address: 4113 Plainville Rd b, Cincinnati, OH 45227, USA
Phone: (513) 271-4300
';var m_203b3f890a9a0e749aea27059068dc93 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Volvo Cars Cincinnati East',});m_203b3f890a9a0e749aea27059068dc93['infowindow'] = new google.maps.InfoWindow({content: $l203b3f890a9a0e749aea27059068dc93});var infowindow = new google.maps.InfoWindow({content: $l203b3f890a9a0e749aea27059068dc93});google.maps.event.addListener(m_203b3f890a9a0e749aea27059068dc93, 'click', function() {infowindow.open(map,m_203b3f890a9a0e749aea27059068dc93);});$marker.push(m_203b3f890a9a0e749aea27059068dc93);}});}google.maps.event.addDomListener(window, 'load', initialize);