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.519,-74.2761)};var g_5c96ab47cd8c08e27bb5e3e8e7cc72c4 = new google.maps.Geocoder();g_5c96ab47cd8c08e27bb5e3e8e7cc72c4.geocode( { 'address': "631 State St, Perth Amboy, NJ 08861"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('perth-amboy-NJ-popular-community-bank').style.display = '';map = new google.maps.Map(document.getElementById('perth-amboy-NJ-popular-community-bank'), mapOptions);}document.getElementById('59094955').innerHTML += ' | View Map';var $l5c96ab47cd8c08e27bb5e3e8e7cc72c4 = '

Popular Community Bank

Address: 631 State St, Perth Amboy, NJ 08861
Phone: (732) 376-9003
';var m_5c96ab47cd8c08e27bb5e3e8e7cc72c4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Popular Community Bank',});m_5c96ab47cd8c08e27bb5e3e8e7cc72c4['infowindow'] = new google.maps.InfoWindow({content: $l5c96ab47cd8c08e27bb5e3e8e7cc72c4});var infowindow = new google.maps.InfoWindow({content: $l5c96ab47cd8c08e27bb5e3e8e7cc72c4});google.maps.event.addListener(m_5c96ab47cd8c08e27bb5e3e8e7cc72c4, 'click', function() {infowindow.open(map,m_5c96ab47cd8c08e27bb5e3e8e7cc72c4);});$marker.push(m_5c96ab47cd8c08e27bb5e3e8e7cc72c4);}});}google.maps.event.addDomListener(window, 'load', initialize);