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()};var g_a3149b45cbd3bf9980f7db0fca8a3094 = new google.maps.Geocoder();g_a3149b45cbd3bf9980f7db0fca8a3094.geocode( { 'address': "450 Somerset St, North Plainfield, NJ 07060"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('north-plainfield-NJ-first-community-bank').style.display = '';map = new google.maps.Map(document.getElementById('north-plainfield-NJ-first-community-bank'), mapOptions);}document.getElementById('4e19eaa4').innerHTML += ' | View Map';var $la3149b45cbd3bf9980f7db0fca8a3094 = '

First Community Bank

Address: 450 Somerset St, North Plainfield, NJ 07060
Phone: (908) 769-4118
';var m_a3149b45cbd3bf9980f7db0fca8a3094 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Community Bank',});m_a3149b45cbd3bf9980f7db0fca8a3094['infowindow'] = new google.maps.InfoWindow({content: $la3149b45cbd3bf9980f7db0fca8a3094});var infowindow = new google.maps.InfoWindow({content: $la3149b45cbd3bf9980f7db0fca8a3094});google.maps.event.addListener(m_a3149b45cbd3bf9980f7db0fca8a3094, 'click', function() {infowindow.open(map,m_a3149b45cbd3bf9980f7db0fca8a3094);});$marker.push(m_a3149b45cbd3bf9980f7db0fca8a3094);}});}google.maps.event.addDomListener(window, 'load', initialize);