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.5963,-75.1706)};var g_fa03318ad9aeaedaac4cc232b95dca7c = new google.maps.Geocoder();g_fa03318ad9aeaedaac4cc232b95dca7c.geocode( { 'address': "121 N Main St, Elmer, NJ 08318, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('elmer-NJ-century-savings-bank').style.display = '';map = new google.maps.Map(document.getElementById('elmer-NJ-century-savings-bank'), mapOptions);}document.getElementById('b0facbf0').innerHTML += ' | View Map';var $lfa03318ad9aeaedaac4cc232b95dca7c = '

Century Savings Bank

Address: 121 N Main St, Elmer, NJ 08318, USA
Phone: (856) 358-2100
';var m_fa03318ad9aeaedaac4cc232b95dca7c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Century Savings Bank',});m_fa03318ad9aeaedaac4cc232b95dca7c['infowindow'] = new google.maps.InfoWindow({content: $lfa03318ad9aeaedaac4cc232b95dca7c});var infowindow = new google.maps.InfoWindow({content: $lfa03318ad9aeaedaac4cc232b95dca7c});google.maps.event.addListener(m_fa03318ad9aeaedaac4cc232b95dca7c, 'click', function() {infowindow.open(map,m_fa03318ad9aeaedaac4cc232b95dca7c);});$marker.push(m_fa03318ad9aeaedaac4cc232b95dca7c);}});}google.maps.event.addDomListener(window, 'load', initialize);