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.778,-82.621)};var g_3f15eb0e7469987858baff3595250b47 = new google.maps.Geocoder();g_3f15eb0e7469987858baff3595250b47.geocode( { 'address': "1230 Ginder Rd NW, Lancaster, OH 43130, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lancaster-OH-capital-one-cleaning-solutions').style.display = '';map = new google.maps.Map(document.getElementById('lancaster-OH-capital-one-cleaning-solutions'), mapOptions);}document.getElementById('1f480c54').innerHTML += ' | View Map';var $l3f15eb0e7469987858baff3595250b47 = '

Capital One Cleaning Solutions

Address: 1230 Ginder Rd NW, Lancaster, OH 43130, USA
Phone: (740) 687-2532
';var m_3f15eb0e7469987858baff3595250b47 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Capital One Cleaning Solutions',});m_3f15eb0e7469987858baff3595250b47['infowindow'] = new google.maps.InfoWindow({content: $l3f15eb0e7469987858baff3595250b47});var infowindow = new google.maps.InfoWindow({content: $l3f15eb0e7469987858baff3595250b47});google.maps.event.addListener(m_3f15eb0e7469987858baff3595250b47, 'click', function() {infowindow.open(map,m_3f15eb0e7469987858baff3595250b47);});$marker.push(m_3f15eb0e7469987858baff3595250b47);}});}google.maps.event.addDomListener(window, 'load', initialize);