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.2956,-73.9942)};var g_be84663149780a7ca5a112689df4dc7a = new google.maps.Geocoder();g_be84663149780a7ca5a112689df4dc7a.geocode( { 'address': "83 Brighton Ave, Long Branch, NJ 07740"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('long-branch-NJ-lenders-united').style.display = '';map = new google.maps.Map(document.getElementById('long-branch-NJ-lenders-united'), mapOptions);}document.getElementById('fcc394d7').innerHTML += ' | View Map';var $lbe84663149780a7ca5a112689df4dc7a = '

Lenders United

Address: 83 Brighton Ave, Long Branch, NJ 07740
Phone: (732) 788-8222
';var m_be84663149780a7ca5a112689df4dc7a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Lenders United',});m_be84663149780a7ca5a112689df4dc7a['infowindow'] = new google.maps.InfoWindow({content: $lbe84663149780a7ca5a112689df4dc7a});var infowindow = new google.maps.InfoWindow({content: $lbe84663149780a7ca5a112689df4dc7a});google.maps.event.addListener(m_be84663149780a7ca5a112689df4dc7a, 'click', function() {infowindow.open(map,m_be84663149780a7ca5a112689df4dc7a);});$marker.push(m_be84663149780a7ca5a112689df4dc7a);}});}google.maps.event.addDomListener(window, 'load', initialize);