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(40.9413,-74.6688)};var g_3ad933a1f8e366828cbfc88b038fa41e = new google.maps.Geocoder();g_3ad933a1f8e366828cbfc88b038fa41e.geocode( { 'address': "118 Lakeside Blvd, Hopatcong, NJ 07843"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hopatcong-NJ-skylands-community-bank').style.display = '';map = new google.maps.Map(document.getElementById('hopatcong-NJ-skylands-community-bank'), mapOptions);}document.getElementById('cb658137').innerHTML += ' | View Map';var $l3ad933a1f8e366828cbfc88b038fa41e = '

Skylands Community Bank

Address: 118 Lakeside Blvd, Hopatcong, NJ 07843
Phone: (973) 770-4697
';var m_3ad933a1f8e366828cbfc88b038fa41e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Skylands Community Bank',});m_3ad933a1f8e366828cbfc88b038fa41e['infowindow'] = new google.maps.InfoWindow({content: $l3ad933a1f8e366828cbfc88b038fa41e});var infowindow = new google.maps.InfoWindow({content: $l3ad933a1f8e366828cbfc88b038fa41e});google.maps.event.addListener(m_3ad933a1f8e366828cbfc88b038fa41e, 'click', function() {infowindow.open(map,m_3ad933a1f8e366828cbfc88b038fa41e);});$marker.push(m_3ad933a1f8e366828cbfc88b038fa41e);}});}google.maps.event.addDomListener(window, 'load', initialize);