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.0917,-84.3328)};var g_99962b0960274e279711dffd5a4966b3 = new google.maps.Geocoder();g_99962b0960274e279711dffd5a4966b3.geocode( { 'address': "2126 Evanor Ln, Cincinnati, OH 45244, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cincinnati-OH-superior-mortgage-services-inc').style.display = '';map = new google.maps.Map(document.getElementById('cincinnati-OH-superior-mortgage-services-inc'), mapOptions);}document.getElementById('fdd89030').innerHTML += ' | View Map';var $l99962b0960274e279711dffd5a4966b3 = '

Superior Mortgage Services, Inc.

Address: 2126 Evanor Ln, Cincinnati, OH 45244, USA
Phone: (513) 474-0899
';var m_99962b0960274e279711dffd5a4966b3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Superior Mortgage Services, Inc.',});m_99962b0960274e279711dffd5a4966b3['infowindow'] = new google.maps.InfoWindow({content: $l99962b0960274e279711dffd5a4966b3});var infowindow = new google.maps.InfoWindow({content: $l99962b0960274e279711dffd5a4966b3});google.maps.event.addListener(m_99962b0960274e279711dffd5a4966b3, 'click', function() {infowindow.open(map,m_99962b0960274e279711dffd5a4966b3);});$marker.push(m_99962b0960274e279711dffd5a4966b3);}});}google.maps.event.addDomListener(window, 'load', initialize);