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.1561,-84.4589)};var g_323eca5f467e7c065c3d051db53d6e59 = new google.maps.Geocoder();g_323eca5f467e7c065c3d051db53d6e59.geocode( { 'address': "4318 Montgomery Rd, Cincinnati, OH 45212, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cincinnati-OH-river-city-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('cincinnati-OH-river-city-mortgage'), mapOptions);}document.getElementById('7a86baff').innerHTML += ' | View Map';var $l323eca5f467e7c065c3d051db53d6e59 = '

River City Mortgage

Address: 4318 Montgomery Rd, Cincinnati, OH 45212, USA
Phone: (513) 631-6400
';var m_323eca5f467e7c065c3d051db53d6e59 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'River City Mortgage',});m_323eca5f467e7c065c3d051db53d6e59['infowindow'] = new google.maps.InfoWindow({content: $l323eca5f467e7c065c3d051db53d6e59});var infowindow = new google.maps.InfoWindow({content: $l323eca5f467e7c065c3d051db53d6e59});google.maps.event.addListener(m_323eca5f467e7c065c3d051db53d6e59, 'click', function() {infowindow.open(map,m_323eca5f467e7c065c3d051db53d6e59);});$marker.push(m_323eca5f467e7c065c3d051db53d6e59);}});}google.maps.event.addDomListener(window, 'load', initialize);