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.9113,-74.966)};var g_62a8f236810c77450fafcdff6ad5fd26 = new google.maps.Geocoder();g_62a8f236810c77450fafcdff6ad5fd26.geocode( { 'address': "419 Hope Blairstown Rd, Hope, NJ 07844"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hope-NJ-fulton-bank-of-new-jersey').style.display = '';map = new google.maps.Map(document.getElementById('hope-NJ-fulton-bank-of-new-jersey'), mapOptions);}document.getElementById('09ded93a').innerHTML += ' | View Map';var $l62a8f236810c77450fafcdff6ad5fd26 = '

Fulton Bank Of New Jersey

Address: 419 Hope Blairstown Rd, Hope, NJ 07844
Phone: (908) 459-5500
';var m_62a8f236810c77450fafcdff6ad5fd26 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Fulton Bank Of New Jersey',});m_62a8f236810c77450fafcdff6ad5fd26['infowindow'] = new google.maps.InfoWindow({content: $l62a8f236810c77450fafcdff6ad5fd26});var infowindow = new google.maps.InfoWindow({content: $l62a8f236810c77450fafcdff6ad5fd26});google.maps.event.addListener(m_62a8f236810c77450fafcdff6ad5fd26, 'click', function() {infowindow.open(map,m_62a8f236810c77450fafcdff6ad5fd26);});$marker.push(m_62a8f236810c77450fafcdff6ad5fd26);}});}google.maps.event.addDomListener(window, 'load', initialize);