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.1378,-84.4426)};var g_0be5fa5b207d1c713e52f7a03f06346c = new google.maps.Geocoder();g_0be5fa5b207d1c713e52f7a03f06346c.geocode( { 'address': "2718 Observatory Avenue, FL 1, Cincinnati, OH 45208, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cincinnati-OH-primelending-a-plainscapital-company').style.display = '';map = new google.maps.Map(document.getElementById('cincinnati-OH-primelending-a-plainscapital-company'), mapOptions);}document.getElementById('d50c2499').innerHTML += ' | View Map';var $l0be5fa5b207d1c713e52f7a03f06346c = '

PrimeLending, A PlainsCapital Company

Address: 2718 Observatory Avenue, FL 1, Cincinnati, OH 45208, USA
Phone: (513) 698-8004
';var m_0be5fa5b207d1c713e52f7a03f06346c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'PrimeLending, A PlainsCapital Company',});m_0be5fa5b207d1c713e52f7a03f06346c['infowindow'] = new google.maps.InfoWindow({content: $l0be5fa5b207d1c713e52f7a03f06346c});var infowindow = new google.maps.InfoWindow({content: $l0be5fa5b207d1c713e52f7a03f06346c});google.maps.event.addListener(m_0be5fa5b207d1c713e52f7a03f06346c, 'click', function() {infowindow.open(map,m_0be5fa5b207d1c713e52f7a03f06346c);});$marker.push(m_0be5fa5b207d1c713e52f7a03f06346c);}});}google.maps.event.addDomListener(window, 'load', initialize);