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.152,-81.326)};var g_cb1791d9672d69b321c67b55d0aa3db4 = new google.maps.Geocoder();g_cb1791d9672d69b321c67b55d0aa3db4.geocode( { 'address': "4222 State Route 43, Kent, OH 44240"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('kent-OH-devaul-buntain-insurance-agency').style.display = '';map = new google.maps.Map(document.getElementById('kent-OH-devaul-buntain-insurance-agency'), mapOptions);}document.getElementById('efc769db').innerHTML += ' | View Map';var $lcb1791d9672d69b321c67b55d0aa3db4 = '

Devaul-Buntain Insurance Agency

Address: 4222 State Route 43, Kent, OH 44240
Phone: (330) 673-5958
';var m_cb1791d9672d69b321c67b55d0aa3db4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Devaul-Buntain Insurance Agency',});m_cb1791d9672d69b321c67b55d0aa3db4['infowindow'] = new google.maps.InfoWindow({content: $lcb1791d9672d69b321c67b55d0aa3db4});var infowindow = new google.maps.InfoWindow({content: $lcb1791d9672d69b321c67b55d0aa3db4});google.maps.event.addListener(m_cb1791d9672d69b321c67b55d0aa3db4, 'click', function() {infowindow.open(map,m_cb1791d9672d69b321c67b55d0aa3db4);});$marker.push(m_cb1791d9672d69b321c67b55d0aa3db4);}});}google.maps.event.addDomListener(window, 'load', initialize);