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(38.3353,-75.1141)};var g_66994da114e4b229ab2290a5ff387458 = new google.maps.Geocoder();g_66994da114e4b229ab2290a5ff387458.geocode( { 'address': "9921 Stephen Decatur Highway, Unit C5, Ocean City, MD 21842, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ocean-city-MD-apex-home-loans-inc').style.display = '';map = new google.maps.Map(document.getElementById('ocean-city-MD-apex-home-loans-inc'), mapOptions);}document.getElementById('2cc6ef7c').innerHTML += ' | View Map';var $l66994da114e4b229ab2290a5ff387458 = '

Apex Home Loans, Inc.

Address: 9921 Stephen Decatur Highway, Unit C5, Ocean City, MD 21842, USA
Phone: (410) 213-8511
';var m_66994da114e4b229ab2290a5ff387458 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Apex Home Loans, Inc.',});m_66994da114e4b229ab2290a5ff387458['infowindow'] = new google.maps.InfoWindow({content: $l66994da114e4b229ab2290a5ff387458});var infowindow = new google.maps.InfoWindow({content: $l66994da114e4b229ab2290a5ff387458});google.maps.event.addListener(m_66994da114e4b229ab2290a5ff387458, 'click', function() {infowindow.open(map,m_66994da114e4b229ab2290a5ff387458);});$marker.push(m_66994da114e4b229ab2290a5ff387458);}});}google.maps.event.addDomListener(window, 'load', initialize);