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.2782,-74.5781)};var g_21f8e1a227b973ba473683f4817283b3 = new google.maps.Geocoder();g_21f8e1a227b973ba473683f4817283b3.geocode( { 'address': "301 E 10th St, Ocean City, NJ 08226, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ocean-city-NJ-superior-mortgage-corporation').style.display = '';map = new google.maps.Map(document.getElementById('ocean-city-NJ-superior-mortgage-corporation'), mapOptions);}document.getElementById('b4ccaca6').innerHTML += ' | View Map';var $l21f8e1a227b973ba473683f4817283b3 = '

Superior Mortgage Corporation

Address: 301 E 10th St, Ocean City, NJ 08226, USA
Phone: (609) 391-5206
';var m_21f8e1a227b973ba473683f4817283b3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Superior Mortgage Corporation',});m_21f8e1a227b973ba473683f4817283b3['infowindow'] = new google.maps.InfoWindow({content: $l21f8e1a227b973ba473683f4817283b3});var infowindow = new google.maps.InfoWindow({content: $l21f8e1a227b973ba473683f4817283b3});google.maps.event.addListener(m_21f8e1a227b973ba473683f4817283b3, 'click', function() {infowindow.open(map,m_21f8e1a227b973ba473683f4817283b3);});$marker.push(m_21f8e1a227b973ba473683f4817283b3);}});}google.maps.event.addDomListener(window, 'load', initialize);