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.0843,-74.2038)};var g_015cb4733238220b2d26cc2248a9afb8 = new google.maps.Geocoder();g_015cb4733238220b2d26cc2248a9afb8.geocode( { 'address': "500 River Ave, Lakewood, NJ 08701"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lakewood-NJ-harmony-bank').style.display = '';map = new google.maps.Map(document.getElementById('lakewood-NJ-harmony-bank'), mapOptions);}document.getElementById('2b67ff33').innerHTML += ' | View Map';var $l015cb4733238220b2d26cc2248a9afb8 = '

Harmony Bank

Address: 500 River Ave, Lakewood, NJ 08701
Phone: (732) 276-1295
';var m_015cb4733238220b2d26cc2248a9afb8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Harmony Bank',});m_015cb4733238220b2d26cc2248a9afb8['infowindow'] = new google.maps.InfoWindow({content: $l015cb4733238220b2d26cc2248a9afb8});var infowindow = new google.maps.InfoWindow({content: $l015cb4733238220b2d26cc2248a9afb8});google.maps.event.addListener(m_015cb4733238220b2d26cc2248a9afb8, 'click', function() {infowindow.open(map,m_015cb4733238220b2d26cc2248a9afb8);});$marker.push(m_015cb4733238220b2d26cc2248a9afb8);}});}google.maps.event.addDomListener(window, 'load', initialize);