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.6738,-74.5227)};var g_c437dc0715da3d2592764c5e8899ecf0 = new google.maps.Geocoder();g_c437dc0715da3d2592764c5e8899ecf0.geocode( { 'address': "1902 Long Hill Rd, Millington, NJ 07946, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('long-hill-NJ-millington-bank').style.display = '';map = new google.maps.Map(document.getElementById('long-hill-NJ-millington-bank'), mapOptions);}document.getElementById('36d92ac8').innerHTML += ' | View Map';var $lc437dc0715da3d2592764c5e8899ecf0 = '

Millington Bank

Address: 1902 Long Hill Rd, Millington, NJ 07946, USA
Phone: (908) 647-4000
';var m_c437dc0715da3d2592764c5e8899ecf0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Millington Bank',});m_c437dc0715da3d2592764c5e8899ecf0['infowindow'] = new google.maps.InfoWindow({content: $lc437dc0715da3d2592764c5e8899ecf0});var infowindow = new google.maps.InfoWindow({content: $lc437dc0715da3d2592764c5e8899ecf0});google.maps.event.addListener(m_c437dc0715da3d2592764c5e8899ecf0, 'click', function() {infowindow.open(map,m_c437dc0715da3d2592764c5e8899ecf0);});$marker.push(m_c437dc0715da3d2592764c5e8899ecf0);}});}google.maps.event.addDomListener(window, 'load', initialize);