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.2778,-74.3611)};var g_2c00306da25dd21c664a2404d553029b = new google.maps.Geocoder();g_2c00306da25dd21c664a2404d553029b.geocode( { 'address': "191 US Highway 9 N, Englishtown, NJ 07726"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('englishtown-NJ-sun-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('englishtown-NJ-sun-national-bank'), mapOptions);}document.getElementById('cc14efa4').innerHTML += ' | View Map';var $l2c00306da25dd21c664a2404d553029b = '

Sun National Bank

Address: 191 US Highway 9 N, Englishtown, NJ 07726
Phone: (732) 863-5660
';var m_2c00306da25dd21c664a2404d553029b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Sun National Bank',});m_2c00306da25dd21c664a2404d553029b['infowindow'] = new google.maps.InfoWindow({content: $l2c00306da25dd21c664a2404d553029b});var infowindow = new google.maps.InfoWindow({content: $l2c00306da25dd21c664a2404d553029b});google.maps.event.addListener(m_2c00306da25dd21c664a2404d553029b, 'click', function() {infowindow.open(map,m_2c00306da25dd21c664a2404d553029b);});$marker.push(m_2c00306da25dd21c664a2404d553029b);}});}google.maps.event.addDomListener(window, 'load', initialize);