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.0716,-82.8633)};var g_73bb65e0d2019f132cb8a72c430506a3 = new google.maps.Geocoder();g_73bb65e0d2019f132cb8a72c430506a3.geocode( { 'address': "5665 N Hamilton Rd, Columbus, OH 43230, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('columbus-OH-cooperative-business-services-llc').style.display = '';map = new google.maps.Map(document.getElementById('columbus-OH-cooperative-business-services-llc'), mapOptions);}document.getElementById('81c19aba').innerHTML += ' | View Map';var $l73bb65e0d2019f132cb8a72c430506a3 = '

Cooperative Business Services, LLC

Address: 5665 N Hamilton Rd, Columbus, OH 43230, USA
Phone: (614) 416-7583
';var m_73bb65e0d2019f132cb8a72c430506a3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cooperative Business Services, LLC',});m_73bb65e0d2019f132cb8a72c430506a3['infowindow'] = new google.maps.InfoWindow({content: $l73bb65e0d2019f132cb8a72c430506a3});var infowindow = new google.maps.InfoWindow({content: $l73bb65e0d2019f132cb8a72c430506a3});google.maps.event.addListener(m_73bb65e0d2019f132cb8a72c430506a3, 'click', function() {infowindow.open(map,m_73bb65e0d2019f132cb8a72c430506a3);});$marker.push(m_73bb65e0d2019f132cb8a72c430506a3);}});}google.maps.event.addDomListener(window, 'load', initialize);