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.154,-81.3576)};var g_03051b60c38656fc7f20d77dc98cdc12 = new google.maps.Geocoder();g_03051b60c38656fc7f20d77dc98cdc12.geocode( { 'address': "121 E Main St, Kent, OH 44240, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('kent-OH-young--associates-inc').style.display = '';map = new google.maps.Map(document.getElementById('kent-OH-young--associates-inc'), mapOptions);}document.getElementById('a2e37398').innerHTML += ' | View Map';var $l03051b60c38656fc7f20d77dc98cdc12 = '

Young & Associates, Inc.

Address: 121 E Main St, Kent, OH 44240, USA
Phone: (330) 678-0524
';var m_03051b60c38656fc7f20d77dc98cdc12 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Young & Associates, Inc.',});m_03051b60c38656fc7f20d77dc98cdc12['infowindow'] = new google.maps.InfoWindow({content: $l03051b60c38656fc7f20d77dc98cdc12});var infowindow = new google.maps.InfoWindow({content: $l03051b60c38656fc7f20d77dc98cdc12});google.maps.event.addListener(m_03051b60c38656fc7f20d77dc98cdc12, 'click', function() {infowindow.open(map,m_03051b60c38656fc7f20d77dc98cdc12);});$marker.push(m_03051b60c38656fc7f20d77dc98cdc12);}});}google.maps.event.addDomListener(window, 'load', initialize);