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.8944,-83.8905)};var g_970944cc6fd32b3b8b5938ba1835c0e7 = new google.maps.Geocoder();g_970944cc6fd32b3b8b5938ba1835c0e7.geocode( { 'address': "141 N Main St A, Bluffton, OH 45817, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bluffton-OH-steiner-and-granger-insurance-and-financial-services').style.display = '';map = new google.maps.Map(document.getElementById('bluffton-OH-steiner-and-granger-insurance-and-financial-services'), mapOptions);}document.getElementById('fcd84fe7').innerHTML += ' | View Map';var $l970944cc6fd32b3b8b5938ba1835c0e7 = '

Steiner and Granger Insurance and Financial Services

Address: 141 N Main St A, Bluffton, OH 45817, USA
Phone: (419) 358-0689
';var m_970944cc6fd32b3b8b5938ba1835c0e7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Steiner and Granger Insurance and Financial Services',});m_970944cc6fd32b3b8b5938ba1835c0e7['infowindow'] = new google.maps.InfoWindow({content: $l970944cc6fd32b3b8b5938ba1835c0e7});var infowindow = new google.maps.InfoWindow({content: $l970944cc6fd32b3b8b5938ba1835c0e7});google.maps.event.addListener(m_970944cc6fd32b3b8b5938ba1835c0e7, 'click', function() {infowindow.open(map,m_970944cc6fd32b3b8b5938ba1835c0e7);});$marker.push(m_970944cc6fd32b3b8b5938ba1835c0e7);}});}google.maps.event.addDomListener(window, 'load', initialize);