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.1705,-74.7002)};var g_6df9168027af4ced3ac509f243c19fc7 = new google.maps.Geocoder();g_6df9168027af4ced3ac509f243c19fc7.geocode( { 'address': "650 US-206 #6f, Bordentown, NJ 08505, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bordentown-NJ-onemain-financial').style.display = '';map = new google.maps.Map(document.getElementById('bordentown-NJ-onemain-financial'), mapOptions);}document.getElementById('150389cd').innerHTML += ' | View Map';var $l6df9168027af4ced3ac509f243c19fc7 = '

OneMain Financial

Address: 650 US-206 #6f, Bordentown, NJ 08505, USA
Phone: (609) 324-9372
';var m_6df9168027af4ced3ac509f243c19fc7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'OneMain Financial',});m_6df9168027af4ced3ac509f243c19fc7['infowindow'] = new google.maps.InfoWindow({content: $l6df9168027af4ced3ac509f243c19fc7});var infowindow = new google.maps.InfoWindow({content: $l6df9168027af4ced3ac509f243c19fc7});google.maps.event.addListener(m_6df9168027af4ced3ac509f243c19fc7, 'click', function() {infowindow.open(map,m_6df9168027af4ced3ac509f243c19fc7);});$marker.push(m_6df9168027af4ced3ac509f243c19fc7);}});}google.maps.event.addDomListener(window, 'load', initialize);