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.0681,-83.7713)};var g_2a77d1e5b0678989157c6cf4c4c2504c = new google.maps.Geocoder();g_2a77d1e5b0678989157c6cf4c4c2504c.geocode( { 'address': "McComb, OH 45858, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mccomb-OH-ohio-home-finance-ltd').style.display = '';map = new google.maps.Map(document.getElementById('mccomb-OH-ohio-home-finance-ltd'), mapOptions);}document.getElementById('34cda725').innerHTML += ' | View Map';var $l2a77d1e5b0678989157c6cf4c4c2504c = '

Ohio Home Finance Ltd

Address: McComb, OH 45858, USA
Phone: (419) 293-9991
';var m_2a77d1e5b0678989157c6cf4c4c2504c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Ohio Home Finance Ltd',});m_2a77d1e5b0678989157c6cf4c4c2504c['infowindow'] = new google.maps.InfoWindow({content: $l2a77d1e5b0678989157c6cf4c4c2504c});var infowindow = new google.maps.InfoWindow({content: $l2a77d1e5b0678989157c6cf4c4c2504c});google.maps.event.addListener(m_2a77d1e5b0678989157c6cf4c4c2504c, 'click', function() {infowindow.open(map,m_2a77d1e5b0678989157c6cf4c4c2504c);});$marker.push(m_2a77d1e5b0678989157c6cf4c4c2504c);}});}google.maps.event.addDomListener(window, 'load', initialize);