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.0826,-83.1265)};var g_8a18d06a5f7934eeb8794fe1544bda6a = new google.maps.Geocoder();g_8a18d06a5f7934eeb8794fe1544bda6a.geocode( { 'address': "700 Stonehenge Pkwy #2b, Dublin, OH 43017, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dublin-OH-doucet--associates-co-lpa').style.display = '';map = new google.maps.Map(document.getElementById('dublin-OH-doucet--associates-co-lpa'), mapOptions);}document.getElementById('19ce9a5c').innerHTML += ' | View Map';var $l8a18d06a5f7934eeb8794fe1544bda6a = '

Doucet & Associates Co., L.P.A.

Address: 700 Stonehenge Pkwy #2b, Dublin, OH 43017, USA
Phone: (614) 944-5219
';var m_8a18d06a5f7934eeb8794fe1544bda6a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Doucet & Associates Co., L.P.A.',});m_8a18d06a5f7934eeb8794fe1544bda6a['infowindow'] = new google.maps.InfoWindow({content: $l8a18d06a5f7934eeb8794fe1544bda6a});var infowindow = new google.maps.InfoWindow({content: $l8a18d06a5f7934eeb8794fe1544bda6a});google.maps.event.addListener(m_8a18d06a5f7934eeb8794fe1544bda6a, 'click', function() {infowindow.open(map,m_8a18d06a5f7934eeb8794fe1544bda6a);});$marker.push(m_8a18d06a5f7934eeb8794fe1544bda6a);}});}google.maps.event.addDomListener(window, 'load', initialize);