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.6908,-74.2862)};var g_d8b8da99c01d1b52ac6a49c2444ba9ec = new google.maps.Geocoder();g_d8b8da99c01d1b52ac6a49c2444ba9ec.geocode( { 'address': "1600 Route 22 East, #3310, Union, NJ 07083, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('union-NJ-omega-financial-services').style.display = '';map = new google.maps.Map(document.getElementById('union-NJ-omega-financial-services'), mapOptions);}document.getElementById('637aac6f').innerHTML += ' | View Map';var $ld8b8da99c01d1b52ac6a49c2444ba9ec = '

Omega Financial Services

Address: 1600 Route 22 East, #3310, Union, NJ 07083, USA
Phone: (908) 855-9000
';var m_d8b8da99c01d1b52ac6a49c2444ba9ec = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Omega Financial Services',});m_d8b8da99c01d1b52ac6a49c2444ba9ec['infowindow'] = new google.maps.InfoWindow({content: $ld8b8da99c01d1b52ac6a49c2444ba9ec});var infowindow = new google.maps.InfoWindow({content: $ld8b8da99c01d1b52ac6a49c2444ba9ec});google.maps.event.addListener(m_d8b8da99c01d1b52ac6a49c2444ba9ec, 'click', function() {infowindow.open(map,m_d8b8da99c01d1b52ac6a49c2444ba9ec);});$marker.push(m_d8b8da99c01d1b52ac6a49c2444ba9ec);}});}google.maps.event.addDomListener(window, 'load', initialize);