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.5225)};var g_35f57d400663efa7187c8541a261c140 = new google.maps.Geocoder();g_35f57d400663efa7187c8541a261c140.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-msb-financial-corporation').style.display = '';map = new google.maps.Map(document.getElementById('long-hill-NJ-msb-financial-corporation'), mapOptions);}document.getElementById('36d92ac8').innerHTML += ' | View Map';var $l35f57d400663efa7187c8541a261c140 = '

MSB Financial Corporation

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