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.2165,-84.6009)};var g_dbc53c8814e9c7e28840c043ec538c29 = new google.maps.Geocoder();g_dbc53c8814e9c7e28840c043ec538c29.geocode( { 'address': "7631 Cheviot Rd #2a, Cincinnati, OH 45247, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cincinnati-OH-amerifirst-home-mortgage-cincinnati').style.display = '';map = new google.maps.Map(document.getElementById('cincinnati-OH-amerifirst-home-mortgage-cincinnati'), mapOptions);}document.getElementById('036e127e').innerHTML += ' | View Map';var $ldbc53c8814e9c7e28840c043ec538c29 = '

AmeriFirst Home Mortgage Cincinnati

Address: 7631 Cheviot Rd #2a, Cincinnati, OH 45247, USA
Phone: (513) 985-3000
';var m_dbc53c8814e9c7e28840c043ec538c29 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'AmeriFirst Home Mortgage Cincinnati',});m_dbc53c8814e9c7e28840c043ec538c29['infowindow'] = new google.maps.InfoWindow({content: $ldbc53c8814e9c7e28840c043ec538c29});var infowindow = new google.maps.InfoWindow({content: $ldbc53c8814e9c7e28840c043ec538c29});google.maps.event.addListener(m_dbc53c8814e9c7e28840c043ec538c29, 'click', function() {infowindow.open(map,m_dbc53c8814e9c7e28840c043ec538c29);});$marker.push(m_dbc53c8814e9c7e28840c043ec538c29);}});}google.maps.event.addDomListener(window, 'load', initialize);