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.8859,-75.0605)};var g_84731f45c868caa46279fc0fbd5f03ba = new google.maps.Geocoder();g_84731f45c868caa46279fc0fbd5f03ba.geocode( { 'address': "6 White Horse Pike, Haddon Heights, NJ 08035, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('haddon-heights-NJ-haddon-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('haddon-heights-NJ-haddon-mortgage'), mapOptions);}document.getElementById('6aeb6d8f').innerHTML += ' | View Map';var $l84731f45c868caa46279fc0fbd5f03ba = '

Haddon Mortgage

Address: 6 White Horse Pike, Haddon Heights, NJ 08035, USA
Phone: (856) 546-7070
';var m_84731f45c868caa46279fc0fbd5f03ba = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Haddon Mortgage',});m_84731f45c868caa46279fc0fbd5f03ba['infowindow'] = new google.maps.InfoWindow({content: $l84731f45c868caa46279fc0fbd5f03ba});var infowindow = new google.maps.InfoWindow({content: $l84731f45c868caa46279fc0fbd5f03ba});google.maps.event.addListener(m_84731f45c868caa46279fc0fbd5f03ba, 'click', function() {infowindow.open(map,m_84731f45c868caa46279fc0fbd5f03ba);});$marker.push(m_84731f45c868caa46279fc0fbd5f03ba);}});}google.maps.event.addDomListener(window, 'load', initialize);