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.6371,-74.8024)};var g_76ba76fce479e8351309e15047b3fb55 = new google.maps.Geocoder();g_76ba76fce479e8351309e15047b3fb55.geocode( { 'address': "245 Bellevue Ave, Hammonton, NJ 08037, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hammonton-NJ-capital-bank-of-nj-inc').style.display = '';map = new google.maps.Map(document.getElementById('hammonton-NJ-capital-bank-of-nj-inc'), mapOptions);}document.getElementById('e8544d17').innerHTML += ' | View Map';var $l76ba76fce479e8351309e15047b3fb55 = '

Capital Bank of NJ Inc

Address: 245 Bellevue Ave, Hammonton, NJ 08037, USA
Phone: (609) 704-1234
';var m_76ba76fce479e8351309e15047b3fb55 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Capital Bank of NJ Inc',});m_76ba76fce479e8351309e15047b3fb55['infowindow'] = new google.maps.InfoWindow({content: $l76ba76fce479e8351309e15047b3fb55});var infowindow = new google.maps.InfoWindow({content: $l76ba76fce479e8351309e15047b3fb55});google.maps.event.addListener(m_76ba76fce479e8351309e15047b3fb55, 'click', function() {infowindow.open(map,m_76ba76fce479e8351309e15047b3fb55);});$marker.push(m_76ba76fce479e8351309e15047b3fb55);}});}google.maps.event.addDomListener(window, 'load', initialize);