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.3951,-74.1093)};var g_885b09b2268bb141018ce1d96fe82a7e = new google.maps.Geocoder();g_885b09b2268bb141018ce1d96fe82a7e.geocode( { 'address': "760 State Route 35, Middletown, NJ 07748"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('middletown-NJ-valley-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('middletown-NJ-valley-national-bank'), mapOptions);}document.getElementById('9e5cc194').innerHTML += ' | View Map';var $l885b09b2268bb141018ce1d96fe82a7e = '

Valley National Bank

Address: 760 State Route 35, Middletown, NJ 07748
Phone: (732) 796-3980
';var m_885b09b2268bb141018ce1d96fe82a7e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Valley National Bank',});m_885b09b2268bb141018ce1d96fe82a7e['infowindow'] = new google.maps.InfoWindow({content: $l885b09b2268bb141018ce1d96fe82a7e});var infowindow = new google.maps.InfoWindow({content: $l885b09b2268bb141018ce1d96fe82a7e});google.maps.event.addListener(m_885b09b2268bb141018ce1d96fe82a7e, 'click', function() {infowindow.open(map,m_885b09b2268bb141018ce1d96fe82a7e);});$marker.push(m_885b09b2268bb141018ce1d96fe82a7e);}});}google.maps.event.addDomListener(window, 'load', initialize);