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.9966,-82.9339)};var g_3883a6ab79d4e87d06c47dac90c9113b = new google.maps.Geocoder();g_3883a6ab79d4e87d06c47dac90c9113b.geocode( { 'address': "2720 Airport Dr, Columbus, OH 43219, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('columbus-OH-guthrie-law-office').style.display = '';map = new google.maps.Map(document.getElementById('columbus-OH-guthrie-law-office'), mapOptions);}document.getElementById('75df87c8').innerHTML += ' | View Map';var $l3883a6ab79d4e87d06c47dac90c9113b = '

Guthrie Law Office

Address: 2720 Airport Dr, Columbus, OH 43219, USA
Phone: (614) 454-3195
';var m_3883a6ab79d4e87d06c47dac90c9113b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Guthrie Law Office',});m_3883a6ab79d4e87d06c47dac90c9113b['infowindow'] = new google.maps.InfoWindow({content: $l3883a6ab79d4e87d06c47dac90c9113b});var infowindow = new google.maps.InfoWindow({content: $l3883a6ab79d4e87d06c47dac90c9113b});google.maps.event.addListener(m_3883a6ab79d4e87d06c47dac90c9113b, 'click', function() {infowindow.open(map,m_3883a6ab79d4e87d06c47dac90c9113b);});$marker.push(m_3883a6ab79d4e87d06c47dac90c9113b);}});}google.maps.event.addDomListener(window, 'load', initialize);