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.479,-74.6283)};var g_88b8f85f89c65aef9489247b2bb4b508 = new google.maps.Geocoder();g_88b8f85f89c65aef9489247b2bb4b508.geocode( { 'address': "601 US Highway 206, Hillsborough, NJ 08844"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hillsborough-NJ-fulton-bank-of-new-jersey').style.display = '';map = new google.maps.Map(document.getElementById('hillsborough-NJ-fulton-bank-of-new-jersey'), mapOptions);}document.getElementById('dffca9ad').innerHTML += ' | View Map';var $l88b8f85f89c65aef9489247b2bb4b508 = '

Fulton Bank Of New Jersey

Address: 601 US Highway 206, Hillsborough, NJ 08844
Phone: (908) 281-4009
';var m_88b8f85f89c65aef9489247b2bb4b508 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Fulton Bank Of New Jersey',});m_88b8f85f89c65aef9489247b2bb4b508['infowindow'] = new google.maps.InfoWindow({content: $l88b8f85f89c65aef9489247b2bb4b508});var infowindow = new google.maps.InfoWindow({content: $l88b8f85f89c65aef9489247b2bb4b508});google.maps.event.addListener(m_88b8f85f89c65aef9489247b2bb4b508, 'click', function() {infowindow.open(map,m_88b8f85f89c65aef9489247b2bb4b508);});$marker.push(m_88b8f85f89c65aef9489247b2bb4b508);}});}google.maps.event.addDomListener(window, 'load', initialize);