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.3424,-74.4815)};var g_8067bbe08a50dc3c07779092ba9f4766 = new google.maps.Geocoder();g_8067bbe08a50dc3c07779092ba9f4766.geocode( { 'address': "7319 Ventnor Ave, Ventnor City, NJ 08406"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ventnor-city-NJ-sun-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('ventnor-city-NJ-sun-national-bank'), mapOptions);}document.getElementById('12364d60').innerHTML += ' | View Map';var $l8067bbe08a50dc3c07779092ba9f4766 = '

Sun National Bank

Address: 7319 Ventnor Ave, Ventnor City, NJ 08406
Phone: (609) 822-1105
';var m_8067bbe08a50dc3c07779092ba9f4766 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Sun National Bank',});m_8067bbe08a50dc3c07779092ba9f4766['infowindow'] = new google.maps.InfoWindow({content: $l8067bbe08a50dc3c07779092ba9f4766});var infowindow = new google.maps.InfoWindow({content: $l8067bbe08a50dc3c07779092ba9f4766});google.maps.event.addListener(m_8067bbe08a50dc3c07779092ba9f4766, 'click', function() {infowindow.open(map,m_8067bbe08a50dc3c07779092ba9f4766);});$marker.push(m_8067bbe08a50dc3c07779092ba9f4766);}});}google.maps.event.addDomListener(window, 'load', initialize);