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_14fbf54632c6eead523a03d1bc002fe4 = new google.maps.Geocoder();g_14fbf54632c6eead523a03d1bc002fe4.geocode( { 'address': "105 River Ave, Lakewood, NJ 08701"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lakewood-NJ-first-commerce-bank').style.display = '';map = new google.maps.Map(document.getElementById('lakewood-NJ-first-commerce-bank'), mapOptions);}document.getElementById('6a382a65').innerHTML += ' | View Map';var $l14fbf54632c6eead523a03d1bc002fe4 = '

First Commerce Bank

Address: 105 River Ave, Lakewood, NJ 08701
Phone: (732) 364-0032
';var m_14fbf54632c6eead523a03d1bc002fe4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Commerce Bank',});m_14fbf54632c6eead523a03d1bc002fe4['infowindow'] = new google.maps.InfoWindow({content: $l14fbf54632c6eead523a03d1bc002fe4});var infowindow = new google.maps.InfoWindow({content: $l14fbf54632c6eead523a03d1bc002fe4});google.maps.event.addListener(m_14fbf54632c6eead523a03d1bc002fe4, 'click', function() {infowindow.open(map,m_14fbf54632c6eead523a03d1bc002fe4);});$marker.push(m_14fbf54632c6eead523a03d1bc002fe4);}});}google.maps.event.addDomListener(window, 'load', initialize);