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.2911,-74.036)};var g_67e546b9247f5168ae198cc80654ef2e = new google.maps.Geocoder();g_67e546b9247f5168ae198cc80654ef2e.geocode( { 'address': "310 NJ-36 #704, West Long Branch, NJ 07764, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('west-long-branch-NJ-onemain-financial').style.display = '';map = new google.maps.Map(document.getElementById('west-long-branch-NJ-onemain-financial'), mapOptions);}document.getElementById('4f419320').innerHTML += ' | View Map';var $l67e546b9247f5168ae198cc80654ef2e = '

OneMain Financial

Address: 310 NJ-36 #704, West Long Branch, NJ 07764, USA
Phone: (732) 728-0069
';var m_67e546b9247f5168ae198cc80654ef2e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'OneMain Financial',});m_67e546b9247f5168ae198cc80654ef2e['infowindow'] = new google.maps.InfoWindow({content: $l67e546b9247f5168ae198cc80654ef2e});var infowindow = new google.maps.InfoWindow({content: $l67e546b9247f5168ae198cc80654ef2e});google.maps.event.addListener(m_67e546b9247f5168ae198cc80654ef2e, 'click', function() {infowindow.open(map,m_67e546b9247f5168ae198cc80654ef2e);});$marker.push(m_67e546b9247f5168ae198cc80654ef2e);}});}google.maps.event.addDomListener(window, 'load', initialize);