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.2571,-84.3419)};var g_921d7f418acf61ffe23a89599ea13410 = new google.maps.Geocoder();g_921d7f418acf61ffe23a89599ea13410.geocode( { 'address': "10700 Montgomery Rd # 223, Cincinnati, OH 45242, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cincinnati-OH-queen-city-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('cincinnati-OH-queen-city-mortgage'), mapOptions);}document.getElementById('096fee86').innerHTML += ' | View Map';var $l921d7f418acf61ffe23a89599ea13410 = '

Queen City Mortgage

Address: 10700 Montgomery Rd # 223, Cincinnati, OH 45242, USA
Phone: (513) 247-5479
';var m_921d7f418acf61ffe23a89599ea13410 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Queen City Mortgage',});m_921d7f418acf61ffe23a89599ea13410['infowindow'] = new google.maps.InfoWindow({content: $l921d7f418acf61ffe23a89599ea13410});var infowindow = new google.maps.InfoWindow({content: $l921d7f418acf61ffe23a89599ea13410});google.maps.event.addListener(m_921d7f418acf61ffe23a89599ea13410, 'click', function() {infowindow.open(map,m_921d7f418acf61ffe23a89599ea13410);});$marker.push(m_921d7f418acf61ffe23a89599ea13410);}});}google.maps.event.addDomListener(window, 'load', initialize);