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(41.4012,-75.6875)};var g_8dd8503c49b5e8c6aaea1ed7f0c49765 = new google.maps.Geocoder();g_8dd8503c49b5e8c6aaea1ed7f0c49765.geocode( { 'address': "1022 S Main Ave, Scranton, PA 18504, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('scranton-PA-a-m-mortgage-brokers').style.display = '';map = new google.maps.Map(document.getElementById('scranton-PA-a-m-mortgage-brokers'), mapOptions);}document.getElementById('f408b1db').innerHTML += ' | View Map';var $l8dd8503c49b5e8c6aaea1ed7f0c49765 = '

A M Mortgage Brokers

Address: 1022 S Main Ave, Scranton, PA 18504, USA
Phone: (570) 504-0751
';var m_8dd8503c49b5e8c6aaea1ed7f0c49765 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'A M Mortgage Brokers',});m_8dd8503c49b5e8c6aaea1ed7f0c49765['infowindow'] = new google.maps.InfoWindow({content: $l8dd8503c49b5e8c6aaea1ed7f0c49765});var infowindow = new google.maps.InfoWindow({content: $l8dd8503c49b5e8c6aaea1ed7f0c49765});google.maps.event.addListener(m_8dd8503c49b5e8c6aaea1ed7f0c49765, 'click', function() {infowindow.open(map,m_8dd8503c49b5e8c6aaea1ed7f0c49765);});$marker.push(m_8dd8503c49b5e8c6aaea1ed7f0c49765);}});}google.maps.event.addDomListener(window, 'load', initialize);