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.0664,-83.6498)};var g_3d418f70518bdcedb1a6c778cc614ea0 = new google.maps.Geocoder();g_3d418f70518bdcedb1a6c778cc614ea0.geocode( { 'address': "2215 N Main St #2, Findlay, OH 45840, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('findlay-OH-ohio-home-finance').style.display = '';map = new google.maps.Map(document.getElementById('findlay-OH-ohio-home-finance'), mapOptions);}document.getElementById('3592d90d').innerHTML += ' | View Map';var $l3d418f70518bdcedb1a6c778cc614ea0 = '

Ohio Home Finance

Address: 2215 N Main St #2, Findlay, OH 45840, USA
Phone: (419) 425-9991
';var m_3d418f70518bdcedb1a6c778cc614ea0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Ohio Home Finance',});m_3d418f70518bdcedb1a6c778cc614ea0['infowindow'] = new google.maps.InfoWindow({content: $l3d418f70518bdcedb1a6c778cc614ea0});var infowindow = new google.maps.InfoWindow({content: $l3d418f70518bdcedb1a6c778cc614ea0});google.maps.event.addListener(m_3d418f70518bdcedb1a6c778cc614ea0, 'click', function() {infowindow.open(map,m_3d418f70518bdcedb1a6c778cc614ea0);});$marker.push(m_3d418f70518bdcedb1a6c778cc614ea0);}});}google.maps.event.addDomListener(window, 'load', initialize);