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(39.9463,-74.3522)};var g_81cb60855b8b87aa4229b2436843fcb7 = new google.maps.Geocoder();g_81cb60855b8b87aa4229b2436843fcb7.geocode( { 'address': "550 County Rd 530 Suite 4, Whiting, NJ 08759, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('manchester-township-NJ-american-portfolios-financial').style.display = '';map = new google.maps.Map(document.getElementById('manchester-township-NJ-american-portfolios-financial'), mapOptions);}document.getElementById('52ed8e23').innerHTML += ' | View Map';var $l81cb60855b8b87aa4229b2436843fcb7 = '

American Portfolios Financial

Address: 550 County Rd 530 Suite 4, Whiting, NJ 08759, USA
Phone: (732) 849-0550
';var m_81cb60855b8b87aa4229b2436843fcb7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'American Portfolios Financial',});m_81cb60855b8b87aa4229b2436843fcb7['infowindow'] = new google.maps.InfoWindow({content: $l81cb60855b8b87aa4229b2436843fcb7});var infowindow = new google.maps.InfoWindow({content: $l81cb60855b8b87aa4229b2436843fcb7});google.maps.event.addListener(m_81cb60855b8b87aa4229b2436843fcb7, 'click', function() {infowindow.open(map,m_81cb60855b8b87aa4229b2436843fcb7);});$marker.push(m_81cb60855b8b87aa4229b2436843fcb7);}});}google.maps.event.addDomListener(window, 'load', initialize);