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(39.5725,-84.2305)};var g_569ae4e09190e48cffcfa976862a5706 = new google.maps.Geocoder();g_569ae4e09190e48cffcfa976862a5706.geocode( { 'address': "610 N Main St, Springboro, OH 45066, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('springboro-OH-kentwood-mortgage-inc').style.display = '';map = new google.maps.Map(document.getElementById('springboro-OH-kentwood-mortgage-inc'), mapOptions);}document.getElementById('443708cc').innerHTML += ' | View Map';var $l569ae4e09190e48cffcfa976862a5706 = '

Kentwood Mortgage, Inc.

Address: 610 N Main St, Springboro, OH 45066, USA
Phone: (937) 748-5750
';var m_569ae4e09190e48cffcfa976862a5706 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Kentwood Mortgage, Inc.',});m_569ae4e09190e48cffcfa976862a5706['infowindow'] = new google.maps.InfoWindow({content: $l569ae4e09190e48cffcfa976862a5706});var infowindow = new google.maps.InfoWindow({content: $l569ae4e09190e48cffcfa976862a5706});google.maps.event.addListener(m_569ae4e09190e48cffcfa976862a5706, 'click', function() {infowindow.open(map,m_569ae4e09190e48cffcfa976862a5706);});$marker.push(m_569ae4e09190e48cffcfa976862a5706);}});}google.maps.event.addDomListener(window, 'load', initialize);