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.5752,-75.0565)};var g_548c669897fc1e11e50f079193ed4630 = new google.maps.Geocoder();g_548c669897fc1e11e50f079193ed4630.geocode( { 'address': "219 Delsea Dr, Malaga, NJ 08328"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('malaga-NJ-newfield-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('malaga-NJ-newfield-national-bank'), mapOptions);}document.getElementById('dda17aae').innerHTML += ' | View Map';var $l548c669897fc1e11e50f079193ed4630 = '

Newfield National Bank

Address: 219 Delsea Dr, Malaga, NJ 08328
Phone: (856) 694-2666
';var m_548c669897fc1e11e50f079193ed4630 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Newfield National Bank',});m_548c669897fc1e11e50f079193ed4630['infowindow'] = new google.maps.InfoWindow({content: $l548c669897fc1e11e50f079193ed4630});var infowindow = new google.maps.InfoWindow({content: $l548c669897fc1e11e50f079193ed4630});google.maps.event.addListener(m_548c669897fc1e11e50f079193ed4630, 'click', function() {infowindow.open(map,m_548c669897fc1e11e50f079193ed4630);});$marker.push(m_548c669897fc1e11e50f079193ed4630);}});}google.maps.event.addDomListener(window, 'load', initialize);