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.5507,-83.5981)};var g_080f3e4b62539a65583c41f8b7943a15 = new google.maps.Geocoder();g_080f3e4b62539a65583c41f8b7943a15.geocode( { 'address': "27457 Holiday Ln, Perrysburg, OH 43551, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('perrysburg-OH-modene-insurance-agency-inc').style.display = '';map = new google.maps.Map(document.getElementById('perrysburg-OH-modene-insurance-agency-inc'), mapOptions);}document.getElementById('80ddd8dc').innerHTML += ' | View Map';var $l080f3e4b62539a65583c41f8b7943a15 = '

Modene Insurance Agency, Inc.

Address: 27457 Holiday Ln, Perrysburg, OH 43551, USA
Phone: (419) 874-9989
';var m_080f3e4b62539a65583c41f8b7943a15 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Modene Insurance Agency, Inc.',});m_080f3e4b62539a65583c41f8b7943a15['infowindow'] = new google.maps.InfoWindow({content: $l080f3e4b62539a65583c41f8b7943a15});var infowindow = new google.maps.InfoWindow({content: $l080f3e4b62539a65583c41f8b7943a15});google.maps.event.addListener(m_080f3e4b62539a65583c41f8b7943a15, 'click', function() {infowindow.open(map,m_080f3e4b62539a65583c41f8b7943a15);});$marker.push(m_080f3e4b62539a65583c41f8b7943a15);}});}google.maps.event.addDomListener(window, 'load', initialize);