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.7557,-74.4187)};var g_a7c3b47f1061cf98533627d7e7091a7d = new google.maps.Geocoder();g_a7c3b47f1061cf98533627d7e7091a7d.geocode( { 'address': "177 Main St, Madison, NJ 07940-2132"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('madison-NJ-hilltop-community-bank').style.display = '';map = new google.maps.Map(document.getElementById('madison-NJ-hilltop-community-bank'), mapOptions);}document.getElementById('2ba70197').innerHTML += ' | View Map';var $la7c3b47f1061cf98533627d7e7091a7d = '

Hilltop Community Bank

Address: 177 Main St, Madison, NJ 07940-2132
Phone: (973) 360-0080
';var m_a7c3b47f1061cf98533627d7e7091a7d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Hilltop Community Bank',});m_a7c3b47f1061cf98533627d7e7091a7d['infowindow'] = new google.maps.InfoWindow({content: $la7c3b47f1061cf98533627d7e7091a7d});var infowindow = new google.maps.InfoWindow({content: $la7c3b47f1061cf98533627d7e7091a7d});google.maps.event.addListener(m_a7c3b47f1061cf98533627d7e7091a7d, 'click', function() {infowindow.open(map,m_a7c3b47f1061cf98533627d7e7091a7d);});$marker.push(m_a7c3b47f1061cf98533627d7e7091a7d);}});}google.maps.event.addDomListener(window, 'load', initialize);