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.5696,-74.609)};var g_1c34790dc216b192e2c31080c0c7e1ea = new google.maps.Geocoder();g_1c34790dc216b192e2c31080c0c7e1ea.geocode( { 'address': "54 Grove St, Somerville, NJ 08876, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('somerville-NJ-summit-financial-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('somerville-NJ-summit-financial-mortgage'), mapOptions);}document.getElementById('d2ebbb3e').innerHTML += ' | View Map';var $l1c34790dc216b192e2c31080c0c7e1ea = '

Summit Financial Mortgage

Address: 54 Grove St, Somerville, NJ 08876, USA
Phone: (908) 253-9700
';var m_1c34790dc216b192e2c31080c0c7e1ea = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Summit Financial Mortgage',});m_1c34790dc216b192e2c31080c0c7e1ea['infowindow'] = new google.maps.InfoWindow({content: $l1c34790dc216b192e2c31080c0c7e1ea});var infowindow = new google.maps.InfoWindow({content: $l1c34790dc216b192e2c31080c0c7e1ea});google.maps.event.addListener(m_1c34790dc216b192e2c31080c0c7e1ea, 'click', function() {infowindow.open(map,m_1c34790dc216b192e2c31080c0c7e1ea);});$marker.push(m_1c34790dc216b192e2c31080c0c7e1ea);}});}google.maps.event.addDomListener(window, 'load', initialize);