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.2844,-84.4858)};var g_50f3c73883917b44d9109375d6e9c37c = new google.maps.Geocoder();g_50f3c73883917b44d9109375d6e9c37c.geocode( { 'address': "11503 Springfield Pike, Cincinnati, OH 45246, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cincinnati-OH-american-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('cincinnati-OH-american-mortgage'), mapOptions);}document.getElementById('cff8261e').innerHTML += ' | View Map';var $l50f3c73883917b44d9109375d6e9c37c = '

American Mortgage

Address: 11503 Springfield Pike, Cincinnati, OH 45246, USA
Phone: (760) 752-3000
';var m_50f3c73883917b44d9109375d6e9c37c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'American Mortgage',});m_50f3c73883917b44d9109375d6e9c37c['infowindow'] = new google.maps.InfoWindow({content: $l50f3c73883917b44d9109375d6e9c37c});var infowindow = new google.maps.InfoWindow({content: $l50f3c73883917b44d9109375d6e9c37c});google.maps.event.addListener(m_50f3c73883917b44d9109375d6e9c37c, 'click', function() {infowindow.open(map,m_50f3c73883917b44d9109375d6e9c37c);});$marker.push(m_50f3c73883917b44d9109375d6e9c37c);}});}google.maps.event.addDomListener(window, 'load', initialize);