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.8782,-74.6475)};var g_f824ea3cd7cea49116eda11b5d23f9b0 = new google.maps.Geocoder();g_f824ea3cd7cea49116eda11b5d23f9b0.geocode( { 'address': "1070 US-46 #9, Ledgewood, NJ 07852, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('roxbury-township-NJ-onemain-financial').style.display = '';map = new google.maps.Map(document.getElementById('roxbury-township-NJ-onemain-financial'), mapOptions);}document.getElementById('74607924').innerHTML += ' | View Map';var $lf824ea3cd7cea49116eda11b5d23f9b0 = '

OneMain Financial

Address: 1070 US-46 #9, Ledgewood, NJ 07852, USA
Phone: (973) 252-9555
';var m_f824ea3cd7cea49116eda11b5d23f9b0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'OneMain Financial',});m_f824ea3cd7cea49116eda11b5d23f9b0['infowindow'] = new google.maps.InfoWindow({content: $lf824ea3cd7cea49116eda11b5d23f9b0});var infowindow = new google.maps.InfoWindow({content: $lf824ea3cd7cea49116eda11b5d23f9b0});google.maps.event.addListener(m_f824ea3cd7cea49116eda11b5d23f9b0, 'click', function() {infowindow.open(map,m_f824ea3cd7cea49116eda11b5d23f9b0);});$marker.push(m_f824ea3cd7cea49116eda11b5d23f9b0);}});}google.maps.event.addDomListener(window, 'load', initialize);