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.7841,-74.7752)};var g_3009b8588b43d9cd629cf46692820142 = new google.maps.Geocoder();g_3009b8588b43d9cd629cf46692820142.geocode( { 'address': "41 E Mill Rd, Long Valley, NJ 07853, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('washington-township-NJ-short-family-agency-and-financial-group').style.display = '';map = new google.maps.Map(document.getElementById('washington-township-NJ-short-family-agency-and-financial-group'), mapOptions);}document.getElementById('00499f81').innerHTML += ' | View Map';var $l3009b8588b43d9cd629cf46692820142 = '

Short Family Agency and Financial Group

Address: 41 E Mill Rd, Long Valley, NJ 07853, USA
Phone: (908) 876-5700
';var m_3009b8588b43d9cd629cf46692820142 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Short Family Agency and Financial Group',});m_3009b8588b43d9cd629cf46692820142['infowindow'] = new google.maps.InfoWindow({content: $l3009b8588b43d9cd629cf46692820142});var infowindow = new google.maps.InfoWindow({content: $l3009b8588b43d9cd629cf46692820142});google.maps.event.addListener(m_3009b8588b43d9cd629cf46692820142, 'click', function() {infowindow.open(map,m_3009b8588b43d9cd629cf46692820142);});$marker.push(m_3009b8588b43d9cd629cf46692820142);}});}google.maps.event.addDomListener(window, 'load', initialize);