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(28.5384,-81.3747)};var g_c827124ad9eb856d0044d5c749f247f0 = new google.maps.Geocoder();g_c827124ad9eb856d0044d5c749f247f0.geocode( { 'address': "12650 Ingenuity Dr, Orlando, FL 32826"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('orlando-FL-ocwen-federal-bank').style.display = '';map = new google.maps.Map(document.getElementById('orlando-FL-ocwen-federal-bank'), mapOptions);}document.getElementById('6c0480c3').innerHTML += ' | View Map';var $lc827124ad9eb856d0044d5c749f247f0 = '

Ocwen Federal Bank

Address: 12650 Ingenuity Dr, Orlando, FL 32826
Phone: (407) 737-5000
';var m_c827124ad9eb856d0044d5c749f247f0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Ocwen Federal Bank',});m_c827124ad9eb856d0044d5c749f247f0['infowindow'] = new google.maps.InfoWindow({content: $lc827124ad9eb856d0044d5c749f247f0});var infowindow = new google.maps.InfoWindow({content: $lc827124ad9eb856d0044d5c749f247f0});google.maps.event.addListener(m_c827124ad9eb856d0044d5c749f247f0, 'click', function() {infowindow.open(map,m_c827124ad9eb856d0044d5c749f247f0);});$marker.push(m_c827124ad9eb856d0044d5c749f247f0);}});}google.maps.event.addDomListener(window, 'load', initialize);