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.1857,-83.0928)};var g_120cd7da0a7df0be7565c921d43f2a27 = new google.maps.Geocoder();g_120cd7da0a7df0be7565c921d43f2a27.geocode( { 'address': "3130 Winding Woods Dr, Powell, OH 43065, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('powell-OH-abel-financial-strategies').style.display = '';map = new google.maps.Map(document.getElementById('powell-OH-abel-financial-strategies'), mapOptions);}document.getElementById('19a518f2').innerHTML += ' | View Map';var $l120cd7da0a7df0be7565c921d43f2a27 = '

Abel Financial Strategies

Address: 3130 Winding Woods Dr, Powell, OH 43065, USA
Phone: (614) 499-1201
';var m_120cd7da0a7df0be7565c921d43f2a27 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Abel Financial Strategies',});m_120cd7da0a7df0be7565c921d43f2a27['infowindow'] = new google.maps.InfoWindow({content: $l120cd7da0a7df0be7565c921d43f2a27});var infowindow = new google.maps.InfoWindow({content: $l120cd7da0a7df0be7565c921d43f2a27});google.maps.event.addListener(m_120cd7da0a7df0be7565c921d43f2a27, 'click', function() {infowindow.open(map,m_120cd7da0a7df0be7565c921d43f2a27);});$marker.push(m_120cd7da0a7df0be7565c921d43f2a27);}});}google.maps.event.addDomListener(window, 'load', initialize);