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(39.5584,-75.3609)};var g_9dc6fac304032b726558428eb0e31d5a = new google.maps.Geocoder();g_9dc6fac304032b726558428eb0e31d5a.geocode( { 'address': "48 S Greenwich St, Alloway, NJ 08001, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('alloway-NJ-fulton-bank-of-new-jersey').style.display = '';map = new google.maps.Map(document.getElementById('alloway-NJ-fulton-bank-of-new-jersey'), mapOptions);}document.getElementById('6e9675bc').innerHTML += ' | View Map';var $l9dc6fac304032b726558428eb0e31d5a = '

Fulton Bank of New Jersey

Address: 48 S Greenwich St, Alloway, NJ 08001, USA
Phone: (856) 935-5300
';var m_9dc6fac304032b726558428eb0e31d5a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Fulton Bank of New Jersey',});m_9dc6fac304032b726558428eb0e31d5a['infowindow'] = new google.maps.InfoWindow({content: $l9dc6fac304032b726558428eb0e31d5a});var infowindow = new google.maps.InfoWindow({content: $l9dc6fac304032b726558428eb0e31d5a});google.maps.event.addListener(m_9dc6fac304032b726558428eb0e31d5a, 'click', function() {infowindow.open(map,m_9dc6fac304032b726558428eb0e31d5a);});$marker.push(m_9dc6fac304032b726558428eb0e31d5a);}});}google.maps.event.addDomListener(window, 'load', initialize);