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.2293,-74.0669)};var g_e3ae34617d5744089a1114c107e397a2 = new google.maps.Geocoder();g_e3ae34617d5744089a1114c107e397a2.geocode( { 'address': "3301 NJ-66, Neptune City, NJ 07753, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('neptune-city-NJ-americas-first-funding-group').style.display = '';map = new google.maps.Map(document.getElementById('neptune-city-NJ-americas-first-funding-group'), mapOptions);}document.getElementById('601616a7').innerHTML += ' | View Map';var $le3ae34617d5744089a1114c107e397a2 = '

Americas First Funding Group

Address: 3301 NJ-66, Neptune City, NJ 07753, USA
Phone: (732) 643-0200
';var m_e3ae34617d5744089a1114c107e397a2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Americas First Funding Group',});m_e3ae34617d5744089a1114c107e397a2['infowindow'] = new google.maps.InfoWindow({content: $le3ae34617d5744089a1114c107e397a2});var infowindow = new google.maps.InfoWindow({content: $le3ae34617d5744089a1114c107e397a2});google.maps.event.addListener(m_e3ae34617d5744089a1114c107e397a2, 'click', function() {infowindow.open(map,m_e3ae34617d5744089a1114c107e397a2);});$marker.push(m_e3ae34617d5744089a1114c107e397a2);}});}google.maps.event.addDomListener(window, 'load', initialize);