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.6902,-74.2905)};var g_51e706f8b33d4020dbe481ae37603842 = new google.maps.Geocoder();g_51e706f8b33d4020dbe481ae37603842.geocode( { 'address': "2290 U.S. 22E Suite D, Union, NJ 07083, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('union-NJ-mariner-finance').style.display = '';map = new google.maps.Map(document.getElementById('union-NJ-mariner-finance'), mapOptions);}document.getElementById('ee335295').innerHTML += ' | View Map';var $l51e706f8b33d4020dbe481ae37603842 = '

Mariner Finance

Address: 2290 U.S. 22E Suite D, Union, NJ 07083, USA
Phone: (908) 364-7816
';var m_51e706f8b33d4020dbe481ae37603842 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Mariner Finance',});m_51e706f8b33d4020dbe481ae37603842['infowindow'] = new google.maps.InfoWindow({content: $l51e706f8b33d4020dbe481ae37603842});var infowindow = new google.maps.InfoWindow({content: $l51e706f8b33d4020dbe481ae37603842});google.maps.event.addListener(m_51e706f8b33d4020dbe481ae37603842, 'click', function() {infowindow.open(map,m_51e706f8b33d4020dbe481ae37603842);});$marker.push(m_51e706f8b33d4020dbe481ae37603842);}});}google.maps.event.addDomListener(window, 'load', initialize);