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(38.7925,-82.9845)};var g_ddcc9a27eecf227bb9087e99e07c96be = new google.maps.Geocoder();g_ddcc9a27eecf227bb9087e99e07c96be.geocode( { 'address': "4746 Old Scioto Trail, Portsmouth, OH 45662, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('portsmouth-OH-glockner-insurance').style.display = '';map = new google.maps.Map(document.getElementById('portsmouth-OH-glockner-insurance'), mapOptions);}document.getElementById('37ded7fe').innerHTML += ' | View Map';var $lddcc9a27eecf227bb9087e99e07c96be = '

Glockner Insurance

Address: 4746 Old Scioto Trail, Portsmouth, OH 45662, USA
Phone: (740) 354-6216
';var m_ddcc9a27eecf227bb9087e99e07c96be = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Glockner Insurance',});m_ddcc9a27eecf227bb9087e99e07c96be['infowindow'] = new google.maps.InfoWindow({content: $lddcc9a27eecf227bb9087e99e07c96be});var infowindow = new google.maps.InfoWindow({content: $lddcc9a27eecf227bb9087e99e07c96be});google.maps.event.addListener(m_ddcc9a27eecf227bb9087e99e07c96be, 'click', function() {infowindow.open(map,m_ddcc9a27eecf227bb9087e99e07c96be);});$marker.push(m_ddcc9a27eecf227bb9087e99e07c96be);}});}google.maps.event.addDomListener(window, 'load', initialize);