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(39.6013,-74.3582)};var g_638c1a4f003b46aad4aa5cf3f424d215 = new google.maps.Geocoder();g_638c1a4f003b46aad4aa5cf3f424d215.geocode( { 'address': "540 U.S. 9, Little Egg Harbor Township, NJ 08087, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('little-egg-harbor-township-NJ-sun-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('little-egg-harbor-township-NJ-sun-national-bank'), mapOptions);}document.getElementById('c8b792ea').innerHTML += ' | View Map';var $l638c1a4f003b46aad4aa5cf3f424d215 = '

Sun National Bank

Address: 540 U.S. 9, Little Egg Harbor Township, NJ 08087, USA
Phone: (609) 296-1700
';var m_638c1a4f003b46aad4aa5cf3f424d215 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Sun National Bank',});m_638c1a4f003b46aad4aa5cf3f424d215['infowindow'] = new google.maps.InfoWindow({content: $l638c1a4f003b46aad4aa5cf3f424d215});var infowindow = new google.maps.InfoWindow({content: $l638c1a4f003b46aad4aa5cf3f424d215});google.maps.event.addListener(m_638c1a4f003b46aad4aa5cf3f424d215, 'click', function() {infowindow.open(map,m_638c1a4f003b46aad4aa5cf3f424d215);});$marker.push(m_638c1a4f003b46aad4aa5cf3f424d215);}});}google.maps.event.addDomListener(window, 'load', initialize);