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.9838,-74.9951)};var g_0b4705d16118daca302f2d9d85e3d67a = new google.maps.Geocoder();g_0b4705d16118daca302f2d9d85e3d67a.geocode( { 'address': "152 NJ-94, Blairstown, NJ 07825, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('blairstown-NJ-valley-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('blairstown-NJ-valley-national-bank'), mapOptions);}document.getElementById('7d87dff3').innerHTML += ' | View Map';var $l0b4705d16118daca302f2d9d85e3d67a = '

Valley National Bank

Address: 152 NJ-94, Blairstown, NJ 07825, USA
Phone: (908) 362-8391
';var m_0b4705d16118daca302f2d9d85e3d67a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Valley National Bank',});m_0b4705d16118daca302f2d9d85e3d67a['infowindow'] = new google.maps.InfoWindow({content: $l0b4705d16118daca302f2d9d85e3d67a});var infowindow = new google.maps.InfoWindow({content: $l0b4705d16118daca302f2d9d85e3d67a});google.maps.event.addListener(m_0b4705d16118daca302f2d9d85e3d67a, 'click', function() {infowindow.open(map,m_0b4705d16118daca302f2d9d85e3d67a);});$marker.push(m_0b4705d16118daca302f2d9d85e3d67a);}});}google.maps.event.addDomListener(window, 'load', initialize);