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.1963,-84.3827)};var g_d0032048a40c458af365de26efad1f9a = new google.maps.Geocoder();g_d0032048a40c458af365de26efad1f9a.geocode( { 'address': "7625 Kenwood Rd #215, Cincinnati, OH 45236, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cincinnati-OH-paramount-residential-mortgage-group').style.display = '';map = new google.maps.Map(document.getElementById('cincinnati-OH-paramount-residential-mortgage-group'), mapOptions);}document.getElementById('06bed62e').innerHTML += ' | View Map';var $ld0032048a40c458af365de26efad1f9a = '

Paramount Residential Mortgage Group

Address: 7625 Kenwood Rd #215, Cincinnati, OH 45236, USA
Phone: (513) 407-7127
';var m_d0032048a40c458af365de26efad1f9a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Paramount Residential Mortgage Group',});m_d0032048a40c458af365de26efad1f9a['infowindow'] = new google.maps.InfoWindow({content: $ld0032048a40c458af365de26efad1f9a});var infowindow = new google.maps.InfoWindow({content: $ld0032048a40c458af365de26efad1f9a});google.maps.event.addListener(m_d0032048a40c458af365de26efad1f9a, 'click', function() {infowindow.open(map,m_d0032048a40c458af365de26efad1f9a);});$marker.push(m_d0032048a40c458af365de26efad1f9a);}});}google.maps.event.addDomListener(window, 'load', initialize);