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.2477,-74.6882)};var g_07d19d3724c26483f0289d62f6a3c2d3 = new google.maps.Geocoder();g_07d19d3724c26483f0289d62f6a3c2d3.geocode( { 'address': "3100 Quakerbridge Rd, Ste D7, Mercerville, NJ 08619, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hamilton-township-NJ-onemain-financial').style.display = '';map = new google.maps.Map(document.getElementById('hamilton-township-NJ-onemain-financial'), mapOptions);}document.getElementById('bb48c181').innerHTML += ' | View Map';var $l07d19d3724c26483f0289d62f6a3c2d3 = '

OneMain Financial

Address: 3100 Quakerbridge Rd, Ste D7, Mercerville, NJ 08619, USA
Phone: (609) 588-8909
';var m_07d19d3724c26483f0289d62f6a3c2d3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'OneMain Financial',});m_07d19d3724c26483f0289d62f6a3c2d3['infowindow'] = new google.maps.InfoWindow({content: $l07d19d3724c26483f0289d62f6a3c2d3});var infowindow = new google.maps.InfoWindow({content: $l07d19d3724c26483f0289d62f6a3c2d3});google.maps.event.addListener(m_07d19d3724c26483f0289d62f6a3c2d3, 'click', function() {infowindow.open(map,m_07d19d3724c26483f0289d62f6a3c2d3);});$marker.push(m_07d19d3724c26483f0289d62f6a3c2d3);}});}google.maps.event.addDomListener(window, 'load', initialize);