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.556,-81.7872)};var g_3a63b6421aaf6e0bd7a618a558b167d3 = new google.maps.Geocoder();g_3a63b6421aaf6e0bd7a618a558b167d3.geocode( { 'address': "4585 OH-39, Berlin, OH 44610, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('berlin-OH-pleasant-wealth-llc').style.display = '';map = new google.maps.Map(document.getElementById('berlin-OH-pleasant-wealth-llc'), mapOptions);}document.getElementById('5264a7fa').innerHTML += ' | View Map';var $l3a63b6421aaf6e0bd7a618a558b167d3 = '

Pleasant Wealth, LLC

Address: 4585 OH-39, Berlin, OH 44610, USA
Phone: (330) 893-0113
';var m_3a63b6421aaf6e0bd7a618a558b167d3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Pleasant Wealth, LLC',});m_3a63b6421aaf6e0bd7a618a558b167d3['infowindow'] = new google.maps.InfoWindow({content: $l3a63b6421aaf6e0bd7a618a558b167d3});var infowindow = new google.maps.InfoWindow({content: $l3a63b6421aaf6e0bd7a618a558b167d3});google.maps.event.addListener(m_3a63b6421aaf6e0bd7a618a558b167d3, 'click', function() {infowindow.open(map,m_3a63b6421aaf6e0bd7a618a558b167d3);});$marker.push(m_3a63b6421aaf6e0bd7a618a558b167d3);}});}google.maps.event.addDomListener(window, 'load', initialize);