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.2684,-74.5935)};var g_7fc432023df52bb23a582be9b41bc06c = new google.maps.Geocoder();g_7fc432023df52bb23a582be9b41bc06c.geocode( { 'address': "921 West Ave, Ocean City, NJ 08226"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ocean-city-NJ-philadelphia-mortgage-advisors').style.display = '';map = new google.maps.Map(document.getElementById('ocean-city-NJ-philadelphia-mortgage-advisors'), mapOptions);}document.getElementById('42f85b98').innerHTML += ' | View Map';var $l7fc432023df52bb23a582be9b41bc06c = '

Philadelphia Mortgage Advisors

Address: 921 West Ave, Ocean City, NJ 08226
Phone: (609) 398-8600
';var m_7fc432023df52bb23a582be9b41bc06c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Philadelphia Mortgage Advisors',});m_7fc432023df52bb23a582be9b41bc06c['infowindow'] = new google.maps.InfoWindow({content: $l7fc432023df52bb23a582be9b41bc06c});var infowindow = new google.maps.InfoWindow({content: $l7fc432023df52bb23a582be9b41bc06c});google.maps.event.addListener(m_7fc432023df52bb23a582be9b41bc06c, 'click', function() {infowindow.open(map,m_7fc432023df52bb23a582be9b41bc06c);});$marker.push(m_7fc432023df52bb23a582be9b41bc06c);}});}google.maps.event.addDomListener(window, 'load', initialize);