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(40.5477,-84.5696)};var g_aed0f5f7345412401d7f9a2328f3de68 = new google.maps.Geocoder();g_aed0f5f7345412401d7f9a2328f3de68.geocode( { 'address': "124 E Fayette St, Celina, OH 45822, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('celina-OH-stolly-insurance-group').style.display = '';map = new google.maps.Map(document.getElementById('celina-OH-stolly-insurance-group'), mapOptions);}document.getElementById('058dc87a').innerHTML += ' | View Map';var $laed0f5f7345412401d7f9a2328f3de68 = '

Stolly Insurance Group

Address: 124 E Fayette St, Celina, OH 45822, USA
Phone: (419) 586-3250
';var m_aed0f5f7345412401d7f9a2328f3de68 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Stolly Insurance Group',});m_aed0f5f7345412401d7f9a2328f3de68['infowindow'] = new google.maps.InfoWindow({content: $laed0f5f7345412401d7f9a2328f3de68});var infowindow = new google.maps.InfoWindow({content: $laed0f5f7345412401d7f9a2328f3de68});google.maps.event.addListener(m_aed0f5f7345412401d7f9a2328f3de68, 'click', function() {infowindow.open(map,m_aed0f5f7345412401d7f9a2328f3de68);});$marker.push(m_aed0f5f7345412401d7f9a2328f3de68);}});}google.maps.event.addDomListener(window, 'load', initialize);