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.1407,-84.4429)};var g_c3054cc7379e3a5d2a52075fc1536359 = new google.maps.Geocoder();g_c3054cc7379e3a5d2a52075fc1536359.geocode( { 'address': "3530 Edwards Rd, Cincinnati, OH 45208, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cincinnati-OH-mortgage-house-of-america').style.display = '';map = new google.maps.Map(document.getElementById('cincinnati-OH-mortgage-house-of-america'), mapOptions);}document.getElementById('1bb7b5d6').innerHTML += ' | View Map';var $lc3054cc7379e3a5d2a52075fc1536359 = '

Mortgage House of America

Address: 3530 Edwards Rd, Cincinnati, OH 45208, USA
Phone: (513) 793-6400
';var m_c3054cc7379e3a5d2a52075fc1536359 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Mortgage House of America',});m_c3054cc7379e3a5d2a52075fc1536359['infowindow'] = new google.maps.InfoWindow({content: $lc3054cc7379e3a5d2a52075fc1536359});var infowindow = new google.maps.InfoWindow({content: $lc3054cc7379e3a5d2a52075fc1536359});google.maps.event.addListener(m_c3054cc7379e3a5d2a52075fc1536359, 'click', function() {infowindow.open(map,m_c3054cc7379e3a5d2a52075fc1536359);});$marker.push(m_c3054cc7379e3a5d2a52075fc1536359);}});}google.maps.event.addDomListener(window, 'load', initialize);