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(41.1033,-81.5867)};var g_38ce269f80cf05f14f5316e1be8fdf03 = new google.maps.Geocoder();g_38ce269f80cf05f14f5316e1be8fdf03.geocode( { 'address': "470 White Pond Dr #200, Akron, OH 44320, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('akron-OH-professional-financial-services').style.display = '';map = new google.maps.Map(document.getElementById('akron-OH-professional-financial-services'), mapOptions);}document.getElementById('18bb00b6').innerHTML += ' | View Map';var $l38ce269f80cf05f14f5316e1be8fdf03 = '

Professional Financial Services

Address: 470 White Pond Dr #200, Akron, OH 44320, USA
Phone: (234) 206-2932
';var m_38ce269f80cf05f14f5316e1be8fdf03 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Professional Financial Services',});m_38ce269f80cf05f14f5316e1be8fdf03['infowindow'] = new google.maps.InfoWindow({content: $l38ce269f80cf05f14f5316e1be8fdf03});var infowindow = new google.maps.InfoWindow({content: $l38ce269f80cf05f14f5316e1be8fdf03});google.maps.event.addListener(m_38ce269f80cf05f14f5316e1be8fdf03, 'click', function() {infowindow.open(map,m_38ce269f80cf05f14f5316e1be8fdf03);});$marker.push(m_38ce269f80cf05f14f5316e1be8fdf03);}});}google.maps.event.addDomListener(window, 'load', initialize);