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(39.6428,-74.9555)};var g_1625abb8e458a79765c62009235e9d5b = new google.maps.Geocoder();g_1625abb8e458a79765c62009235e9d5b.geocode( { 'address': "425 N Black Horse Pike, Williamstown, NJ 08094"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('williamstown-NJ-investors-bank').style.display = '';map = new google.maps.Map(document.getElementById('williamstown-NJ-investors-bank'), mapOptions);}document.getElementById('5b851230').innerHTML += ' | View Map';var $l1625abb8e458a79765c62009235e9d5b = '

Investors Bank

Address: 425 N Black Horse Pike, Williamstown, NJ 08094
Phone: (856) 262-3000
';var m_1625abb8e458a79765c62009235e9d5b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Investors Bank',});m_1625abb8e458a79765c62009235e9d5b['infowindow'] = new google.maps.InfoWindow({content: $l1625abb8e458a79765c62009235e9d5b});var infowindow = new google.maps.InfoWindow({content: $l1625abb8e458a79765c62009235e9d5b});google.maps.event.addListener(m_1625abb8e458a79765c62009235e9d5b, 'click', function() {infowindow.open(map,m_1625abb8e458a79765c62009235e9d5b);});$marker.push(m_1625abb8e458a79765c62009235e9d5b);}});}google.maps.event.addDomListener(window, 'load', initialize);