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.7878,-74.4679)};var g_748906edb79e7861bb049f459ac6a5c0 = new google.maps.Geocoder();g_748906edb79e7861bb049f459ac6a5c0.geocode( { 'address': "55 Madison St #74, Morristown, NJ 07960, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('morristown-NJ-homebridge-financial-services').style.display = '';map = new google.maps.Map(document.getElementById('morristown-NJ-homebridge-financial-services'), mapOptions);}document.getElementById('44f9f48f').innerHTML += ' | View Map';var $l748906edb79e7861bb049f459ac6a5c0 = '

HomeBridge Financial Services

Address: 55 Madison St #74, Morristown, NJ 07960, USA
Phone: (973) 307-0764
';var m_748906edb79e7861bb049f459ac6a5c0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'HomeBridge Financial Services',});m_748906edb79e7861bb049f459ac6a5c0['infowindow'] = new google.maps.InfoWindow({content: $l748906edb79e7861bb049f459ac6a5c0});var infowindow = new google.maps.InfoWindow({content: $l748906edb79e7861bb049f459ac6a5c0});google.maps.event.addListener(m_748906edb79e7861bb049f459ac6a5c0, 'click', function() {infowindow.open(map,m_748906edb79e7861bb049f459ac6a5c0);});$marker.push(m_748906edb79e7861bb049f459ac6a5c0);}});}google.maps.event.addDomListener(window, 'load', initialize);