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.4284,-74.4957)};var g_9a85b6ef2200e8fb8e567e8aba668a33 = new google.maps.Geocoder();g_9a85b6ef2200e8fb8e567e8aba668a33.geocode( { 'address': "Mile Post 41.1, Absecon, NJ 08201, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('absecon-NJ-citizens-bank').style.display = '';map = new google.maps.Map(document.getElementById('absecon-NJ-citizens-bank'), mapOptions);}document.getElementById('0cc73d1e').innerHTML += ' | View Map';var $l9a85b6ef2200e8fb8e567e8aba668a33 = '

Citizens Bank

Address: Mile Post 41.1, Absecon, NJ 08201, USA
Phone: (800) 922-9999
';var m_9a85b6ef2200e8fb8e567e8aba668a33 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Bank',});m_9a85b6ef2200e8fb8e567e8aba668a33['infowindow'] = new google.maps.InfoWindow({content: $l9a85b6ef2200e8fb8e567e8aba668a33});var infowindow = new google.maps.InfoWindow({content: $l9a85b6ef2200e8fb8e567e8aba668a33});google.maps.event.addListener(m_9a85b6ef2200e8fb8e567e8aba668a33, 'click', function() {infowindow.open(map,m_9a85b6ef2200e8fb8e567e8aba668a33);});$marker.push(m_9a85b6ef2200e8fb8e567e8aba668a33);}});}google.maps.event.addDomListener(window, 'load', initialize);