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.6031,-74.3549)};var g_78f77e979c7858268fa9d1a7d6d3fbea = new google.maps.Geocoder();g_78f77e979c7858268fa9d1a7d6d3fbea.geocode( { 'address': "425 Rte 9 S, 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-citizens-bank').style.display = '';map = new google.maps.Map(document.getElementById('little-egg-harbor-township-NJ-citizens-bank'), mapOptions);}document.getElementById('7b484d7a').innerHTML += ' | View Map';var $l78f77e979c7858268fa9d1a7d6d3fbea = '

Citizens Bank

Address: 425 Rte 9 S, Little Egg Harbor Township, NJ 08087, USA
Phone:
';var m_78f77e979c7858268fa9d1a7d6d3fbea = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Bank',});m_78f77e979c7858268fa9d1a7d6d3fbea['infowindow'] = new google.maps.InfoWindow({content: $l78f77e979c7858268fa9d1a7d6d3fbea});var infowindow = new google.maps.InfoWindow({content: $l78f77e979c7858268fa9d1a7d6d3fbea});google.maps.event.addListener(m_78f77e979c7858268fa9d1a7d6d3fbea, 'click', function() {infowindow.open(map,m_78f77e979c7858268fa9d1a7d6d3fbea);});$marker.push(m_78f77e979c7858268fa9d1a7d6d3fbea);}});}google.maps.event.addDomListener(window, 'load', initialize);