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.004,-82.8572)};var g_f3b62dad1673133797b415fd613eda34 = new google.maps.Geocoder();g_f3b62dad1673133797b415fd613eda34.geocode( { 'address': "700 Taylor Rd #295, Gahanna, OH 43230, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('gahanna-OH-crosscountrycolumbus').style.display = '';map = new google.maps.Map(document.getElementById('gahanna-OH-crosscountrycolumbus'), mapOptions);}document.getElementById('fc1cf5b3').innerHTML += ' | View Map';var $lf3b62dad1673133797b415fd613eda34 = '

Crosscountrycolumbus

Address: 700 Taylor Rd #295, Gahanna, OH 43230, USA
Phone: (614) 230-0730
';var m_f3b62dad1673133797b415fd613eda34 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Crosscountrycolumbus',});m_f3b62dad1673133797b415fd613eda34['infowindow'] = new google.maps.InfoWindow({content: $lf3b62dad1673133797b415fd613eda34});var infowindow = new google.maps.InfoWindow({content: $lf3b62dad1673133797b415fd613eda34});google.maps.event.addListener(m_f3b62dad1673133797b415fd613eda34, 'click', function() {infowindow.open(map,m_f3b62dad1673133797b415fd613eda34);});$marker.push(m_f3b62dad1673133797b415fd613eda34);}});}google.maps.event.addDomListener(window, 'load', initialize);