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(40.8548,-73.965)};var g_37a351003761ff2fda6718e4901fd210 = new google.maps.Geocoder();g_37a351003761ff2fda6718e4901fd210.geocode( { 'address': "1 Bridge Plaza, 2nd Floor, Fort Lee, NJ 07024, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fort-lee-NJ-oracle-loans').style.display = '';map = new google.maps.Map(document.getElementById('fort-lee-NJ-oracle-loans'), mapOptions);}document.getElementById('ac884202').innerHTML += ' | View Map';var $l37a351003761ff2fda6718e4901fd210 = '

Oracle Loans

Address: 1 Bridge Plaza, 2nd Floor, Fort Lee, NJ 07024, USA
Phone: (888) 460-4518
';var m_37a351003761ff2fda6718e4901fd210 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Oracle Loans',});m_37a351003761ff2fda6718e4901fd210['infowindow'] = new google.maps.InfoWindow({content: $l37a351003761ff2fda6718e4901fd210});var infowindow = new google.maps.InfoWindow({content: $l37a351003761ff2fda6718e4901fd210});google.maps.event.addListener(m_37a351003761ff2fda6718e4901fd210, 'click', function() {infowindow.open(map,m_37a351003761ff2fda6718e4901fd210);});$marker.push(m_37a351003761ff2fda6718e4901fd210);}});}google.maps.event.addDomListener(window, 'load', initialize);