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.6842,-74.5504)};var g_cd3d804747cf4c11f495534083caf222 = new google.maps.Geocoder();g_cd3d804747cf4c11f495534083caf222.geocode( { 'address': "5 Lyons Mall #176, Basking Ridge, NJ 07920, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bernards-NJ-epona-financial-solutions-llc').style.display = '';map = new google.maps.Map(document.getElementById('bernards-NJ-epona-financial-solutions-llc'), mapOptions);}document.getElementById('2f2f7387').innerHTML += ' | View Map';var $lcd3d804747cf4c11f495534083caf222 = '

Epona Financial Solutions, LLC.

Address: 5 Lyons Mall #176, Basking Ridge, NJ 07920, USA
Phone: (201) 572-2177
';var m_cd3d804747cf4c11f495534083caf222 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Epona Financial Solutions, LLC.',});m_cd3d804747cf4c11f495534083caf222['infowindow'] = new google.maps.InfoWindow({content: $lcd3d804747cf4c11f495534083caf222});var infowindow = new google.maps.InfoWindow({content: $lcd3d804747cf4c11f495534083caf222});google.maps.event.addListener(m_cd3d804747cf4c11f495534083caf222, 'click', function() {infowindow.open(map,m_cd3d804747cf4c11f495534083caf222);});$marker.push(m_cd3d804747cf4c11f495534083caf222);}});}google.maps.event.addDomListener(window, 'load', initialize);