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.5495,-74.43)};var g_412cc8caff819133e5b94391f98dd45d = new google.maps.Geocoder();g_412cc8caff819133e5b94391f98dd45d.geocode( { 'address': "4900 Hadley Center Dr, South Plainfield, NJ 07080, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('south-plainfield-NJ-fulton-bank-of-new-jersey').style.display = '';map = new google.maps.Map(document.getElementById('south-plainfield-NJ-fulton-bank-of-new-jersey'), mapOptions);}document.getElementById('c64b49dd').innerHTML += ' | View Map';var $l412cc8caff819133e5b94391f98dd45d = '

Fulton Bank of New Jersey

Address: 4900 Hadley Center Dr, South Plainfield, NJ 07080, USA
Phone: (908) 561-9160
';var m_412cc8caff819133e5b94391f98dd45d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Fulton Bank of New Jersey',});m_412cc8caff819133e5b94391f98dd45d['infowindow'] = new google.maps.InfoWindow({content: $l412cc8caff819133e5b94391f98dd45d});var infowindow = new google.maps.InfoWindow({content: $l412cc8caff819133e5b94391f98dd45d});google.maps.event.addListener(m_412cc8caff819133e5b94391f98dd45d, 'click', function() {infowindow.open(map,m_412cc8caff819133e5b94391f98dd45d);});$marker.push(m_412cc8caff819133e5b94391f98dd45d);}});}google.maps.event.addDomListener(window, 'load', initialize);