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.6264,-84.1955)};var g_cb6bea847b2e98974d305392493349f3 = new google.maps.Geocoder();g_cb6bea847b2e98974d305392493349f3.geocode( { 'address': "1353 Lyons Rd, Dayton, OH 45458, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dayton-OH-southern-ohio-mortgage-ltd').style.display = '';map = new google.maps.Map(document.getElementById('dayton-OH-southern-ohio-mortgage-ltd'), mapOptions);}document.getElementById('00a301d9').innerHTML += ' | View Map';var $lcb6bea847b2e98974d305392493349f3 = '

Southern Ohio Mortgage, LTD

Address: 1353 Lyons Rd, Dayton, OH 45458, USA
Phone: (937) 432-0806
';var m_cb6bea847b2e98974d305392493349f3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Southern Ohio Mortgage, LTD',});m_cb6bea847b2e98974d305392493349f3['infowindow'] = new google.maps.InfoWindow({content: $lcb6bea847b2e98974d305392493349f3});var infowindow = new google.maps.InfoWindow({content: $lcb6bea847b2e98974d305392493349f3});google.maps.event.addListener(m_cb6bea847b2e98974d305392493349f3, 'click', function() {infowindow.open(map,m_cb6bea847b2e98974d305392493349f3);});$marker.push(m_cb6bea847b2e98974d305392493349f3);}});}google.maps.event.addDomListener(window, 'load', initialize);