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.5714,-74.314)};var g_c817dd91e11b0e5d07a6cb491e8d5ddd = new google.maps.Geocoder();g_c817dd91e11b0e5d07a6cb491e8d5ddd.geocode( { 'address': "33 Wood Ave S, Iselin, NJ 08830"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('iselin-NJ-legon-financial-group-llc').style.display = '';map = new google.maps.Map(document.getElementById('iselin-NJ-legon-financial-group-llc'), mapOptions);}document.getElementById('9c1cc51e').innerHTML += ' | View Map';var $lc817dd91e11b0e5d07a6cb491e8d5ddd = '

Legon Financial Group LLC

Address: 33 Wood Ave S, Iselin, NJ 08830
Phone: (732) 744-3378
';var m_c817dd91e11b0e5d07a6cb491e8d5ddd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Legon Financial Group LLC',});m_c817dd91e11b0e5d07a6cb491e8d5ddd['infowindow'] = new google.maps.InfoWindow({content: $lc817dd91e11b0e5d07a6cb491e8d5ddd});var infowindow = new google.maps.InfoWindow({content: $lc817dd91e11b0e5d07a6cb491e8d5ddd});google.maps.event.addListener(m_c817dd91e11b0e5d07a6cb491e8d5ddd, 'click', function() {infowindow.open(map,m_c817dd91e11b0e5d07a6cb491e8d5ddd);});$marker.push(m_c817dd91e11b0e5d07a6cb491e8d5ddd);}});}google.maps.event.addDomListener(window, 'load', initialize);