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.7258,-74.1722)};var g_690caea887b1a7798d57cfa8f35cd5a3 = new google.maps.Geocoder();g_690caea887b1a7798d57cfa8f35cd5a3.geocode( { 'address': "400 Market St, Newark, NJ 07105"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('newark-NJ-austro-financial-services').style.display = '';map = new google.maps.Map(document.getElementById('newark-NJ-austro-financial-services'), mapOptions);}document.getElementById('6f0b6e67').innerHTML += ' | View Map';var $l690caea887b1a7798d57cfa8f35cd5a3 = '

Austro Financial Services

Address: 400 Market St, Newark, NJ 07105
Phone: (973) 589-1501
';var m_690caea887b1a7798d57cfa8f35cd5a3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Austro Financial Services',});m_690caea887b1a7798d57cfa8f35cd5a3['infowindow'] = new google.maps.InfoWindow({content: $l690caea887b1a7798d57cfa8f35cd5a3});var infowindow = new google.maps.InfoWindow({content: $l690caea887b1a7798d57cfa8f35cd5a3});google.maps.event.addListener(m_690caea887b1a7798d57cfa8f35cd5a3, 'click', function() {infowindow.open(map,m_690caea887b1a7798d57cfa8f35cd5a3);});$marker.push(m_690caea887b1a7798d57cfa8f35cd5a3);}});}google.maps.event.addDomListener(window, 'load', initialize);