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.8063,-74.9308)};var g_32e66a851514b3306d06d44d1e3430dc = new google.maps.Geocoder();g_32e66a851514b3306d06d44d1e3430dc.geocode( { 'address': "201 NJ-73, West Berlin, NJ 08091, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('west-berlin-NJ-fulton-bank-of-new-jersey').style.display = '';map = new google.maps.Map(document.getElementById('west-berlin-NJ-fulton-bank-of-new-jersey'), mapOptions);}document.getElementById('eb684ed8').innerHTML += ' | View Map';var $l32e66a851514b3306d06d44d1e3430dc = '

Fulton Bank of New Jersey

Address: 201 NJ-73, West Berlin, NJ 08091, USA
Phone: (856) 767-3225
';var m_32e66a851514b3306d06d44d1e3430dc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Fulton Bank of New Jersey',});m_32e66a851514b3306d06d44d1e3430dc['infowindow'] = new google.maps.InfoWindow({content: $l32e66a851514b3306d06d44d1e3430dc});var infowindow = new google.maps.InfoWindow({content: $l32e66a851514b3306d06d44d1e3430dc});google.maps.event.addListener(m_32e66a851514b3306d06d44d1e3430dc, 'click', function() {infowindow.open(map,m_32e66a851514b3306d06d44d1e3430dc);});$marker.push(m_32e66a851514b3306d06d44d1e3430dc);}});}google.maps.event.addDomListener(window, 'load', initialize);