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.4007,-75.6606)};var g_71cb36621046328206b9c6146d419b3e = new google.maps.Geocoder();g_71cb36621046328206b9c6146d419b3e.geocode( { 'address': "230 Prospect Ave #1, Scranton, PA 18505, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('scranton-PA-invicta-mortgage-group-inc').style.display = '';map = new google.maps.Map(document.getElementById('scranton-PA-invicta-mortgage-group-inc'), mapOptions);}document.getElementById('282b134e').innerHTML += ' | View Map';var $l71cb36621046328206b9c6146d419b3e = '

Invicta Mortgage Group, Inc.

Address: 230 Prospect Ave #1, Scranton, PA 18505, USA
Phone: (570) 207-6334
';var m_71cb36621046328206b9c6146d419b3e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Invicta Mortgage Group, Inc.',});m_71cb36621046328206b9c6146d419b3e['infowindow'] = new google.maps.InfoWindow({content: $l71cb36621046328206b9c6146d419b3e});var infowindow = new google.maps.InfoWindow({content: $l71cb36621046328206b9c6146d419b3e});google.maps.event.addListener(m_71cb36621046328206b9c6146d419b3e, 'click', function() {infowindow.open(map,m_71cb36621046328206b9c6146d419b3e);});$marker.push(m_71cb36621046328206b9c6146d419b3e);}});}google.maps.event.addDomListener(window, 'load', initialize);